mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Increase default_wait_time on order_cycles_spec in an attempt to prevent inconsistent failures in CI
This commit is contained in:
@@ -9,7 +9,7 @@ feature %q{
|
||||
|
||||
before :all do
|
||||
@orig_default_wait_time = Capybara.default_wait_time
|
||||
Capybara.default_wait_time = 5
|
||||
Capybara.default_wait_time = 10
|
||||
end
|
||||
|
||||
after :all do
|
||||
|
||||
Reference in New Issue
Block a user