From 5118429cb5d560f9400f56d5fa934570eea9ce1f Mon Sep 17 00:00:00 2001 From: Wade Alcorn Date: Mon, 20 Feb 2012 21:02:46 +1000 Subject: [PATCH] Overkill test for test server --- test/integration/tc_login.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/tc_login.rb b/test/integration/tc_login.rb index be9eff20a..b4abe766b 100644 --- a/test/integration/tc_login.rb +++ b/test/integration/tc_login.rb @@ -14,7 +14,7 @@ class TC_login < Test::Unit::TestCase session.fill_in 'pass', :with => 'beef' BeefTest.save_screenshot(session) session.click_button('Login') - sleep 2.0 + sleep 20.0 session.has_content?('logout') BeefTest.save_screenshot(session) end