Commit 06c5389780cf5625f68a0efa3d8ef21b496966a7
1 parent
a19e3d89
Exists in
master
and in
4 other branches
Fix travis failure randomly, because Capybara.default_wait_time is too short.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
spec/spec_helper.rb
... | ... | @@ -16,6 +16,7 @@ require 'email_spec' |
16 | 16 | require 'sidekiq/testing/inline' |
17 | 17 | require 'capybara/poltergeist' |
18 | 18 | Capybara.javascript_driver = :poltergeist |
19 | +Capybara.default_wait_time = 10 | |
19 | 20 | |
20 | 21 | # Requires supporting ruby files with custom matchers and macros, etc, |
21 | 22 | # in spec/support/ and its subdirectories. | ... | ... |