Decrease BeefTest.login sleep to 10 seconds

This commit is contained in:
Brendan Coles
2015-06-27 17:51:54 +00:00
parent 96dcba967b
commit c9c9bfa6ee

View File

@@ -25,7 +25,7 @@ class BeefTest
session.fill_in 'user', :with => 'beef'
session.fill_in 'pass', :with => 'beef'
session.click_button('Login')
sleep 20.0
sleep 10.0
session
end
@@ -46,4 +46,4 @@ class BeefTest
victim
end
end
end