reduce timeout to maybe get cukes to pass
This commit is contained in:
parent
baf16479b8
commit
ef74a06d85
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ Spork.prefork do
|
|||
# Capybara.default_wait_time = 30
|
||||
|
||||
# While there are a lot of failures, wait less, avoiding travis timeout
|
||||
Capybara.default_wait_time = 5
|
||||
Capybara.default_wait_time = 3
|
||||
|
||||
# If you set this to false, any error raised from within your app will bubble
|
||||
# up to your step definition and out to cucumber unless you catch it somewhere
|
||||
|
|
|
|||
Loading…
Reference in a new issue