diff options
author | Tails developers <amnesia@boum.org> | 2015-01-15 03:19:27 +0000 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2015-01-15 03:19:27 +0000 |
commit | 46679370f2abb58616810b4d1f9add501e749e1c (patch) | |
tree | 0b968eaad296e5bd18f810f75d938d354a4477e4 | |
parent | 3968d53cadc06c665bf5958f49ccaa422bd74b0c (diff) |
Bump a timeout, again.
Same reason as in commit 06cf945e.
-rw-r--r-- | features/step_definitions/common_steps.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 694291c..19496bb 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -684,8 +684,8 @@ Given /^I start "([^"]+)" via the GNOME "([^"]+)" applications menu$/ do |app, s prefix = 'Gnome' end @screen.wait_and_click(prefix + "ApplicationsMenu.png", 10) - @screen.wait_and_hover(prefix + "Applications" + submenu + ".png", 20) - @screen.wait_and_click(prefix + "Applications" + app + ".png", 20) + @screen.wait_and_hover(prefix + "Applications" + submenu + ".png", 40) + @screen.wait_and_click(prefix + "Applications" + app + ".png", 40) end Given /^I start "([^"]+)" via the GNOME "([^"]+)"\/"([^"]+)" applications menu$/ do |app, submenu, subsubmenu| |