From b09b9b8ea8bcb93ce0705cfd101e17345427165e Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 14 Nov 2017 11:25:28 -0600 Subject: Raise the QA Capybara's default wait time from 4 to 10 We were seeing intermittent failures on CI due to slow responses from certain endpoints. --- qa/qa/specs/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/qa/specs/config.rb b/qa/qa/specs/config.rb index 591ddde8ab9..9f9fe9844d2 100644 --- a/qa/qa/specs/config.rb +++ b/qa/qa/specs/config.rb @@ -50,7 +50,7 @@ module QA Capybara.configure do |config| config.default_driver = :chrome config.javascript_driver = :chrome - config.default_max_wait_time = 4 + config.default_max_wait_time = 10 # https://github.com/mattheworiordan/capybara-screenshot/issues/164 config.save_path = 'tmp' -- cgit v1.2.1