Skip to content

Commit

Permalink
Increased the timeout for waiting for our import tabs, as this takes …
Browse files Browse the repository at this point in the history
…a while generally.
  • Loading branch information
baphled committed Jul 15, 2010
1 parent 5c8e09e commit 7bf9d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/selenium_steps.rb
Expand Up @@ -180,7 +180,7 @@
end

Then /^I should see the imports page$/ do
selenium.wait_for_element("css=div#myTabs", :timeout_in_seconds => 60)
selenium.wait_for_element("css=div#myTabs", :timeout_in_seconds => 180)
end

When /^I import "([^\"]*)"$/ do |selector|
Expand Down

0 comments on commit 7bf9d41

Please sign in to comment.