Update delay to test jenkins

This commit is contained in:
Wade Alcorn
2012-03-04 21:45:21 +10:00
parent 753299e758
commit 6c7624805c

View File

@@ -20,6 +20,7 @@ class BeefTest
session.fill_in 'user', :with => 'beef'
session.fill_in 'pass', :with => 'beef'
session.click_button('Login')
sleep 20.0
session
end