Commit a796f28d5e193fd49911742fdc8c74e68a6cf03f
Committed by
Diego Camarinha
1 parent
d688fbda
Exists in
colab
and in
4 other branches
In order to minimize Travis fails, increased Capybara timeouts to 20s (10s were not enough)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/support/env.rb
... | ... | @@ -24,7 +24,7 @@ require 'cucumber/rails' |
24 | 24 | require 'capybara/poltergeist' |
25 | 25 | #Capybara.default_driver = :poltergeist |
26 | 26 | Capybara.javascript_driver = :poltergeist |
27 | -Capybara.default_wait_time = 10 # default is 2 seconds | |
27 | +Capybara.default_wait_time = 20 # default is 2 seconds | |
28 | 28 | |
29 | 29 | #require 'kalibro_gem/kalibro_cucumber_helpers/hooks' |
30 | 30 | ... | ... |