try a much longer wait time and see if that makes things pass on travis :*(
This commit is contained in:
parent
8ef49586c3
commit
78146a95d9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ Spork.prefork do
|
||||||
# Capybara.default_wait_time = 30
|
# Capybara.default_wait_time = 30
|
||||||
|
|
||||||
# While there are a lot of failures, wait less, avoiding travis timeout
|
# While there are a lot of failures, wait less, avoiding travis timeout
|
||||||
Capybara.default_wait_time = 3
|
Capybara.default_wait_time = 10
|
||||||
|
|
||||||
# If you set this to false, any error raised from within your app will bubble
|
# 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
|
# up to your step definition and out to cucumber unless you catch it somewhere
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue