From d7713dd7610be1557171bef175e1238cc56ce518 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:11:10 +0100 Subject: [PATCH] CI: disable Browserstack concurrency to improve reliability --- test/web-test-runner.browserstack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/web-test-runner.browserstack.config.js b/test/web-test-runner.browserstack.config.js index 966c48407..0dafe5b8f 100644 --- a/test/web-test-runner.browserstack.config.js +++ b/test/web-test-runner.browserstack.config.js @@ -17,10 +17,10 @@ export default { http2: true, sslKey: './127.0.0.1-key.pem', sslCert: './127.0.0.1.pem', - testsStartTimeout: 45000, + testsStartTimeout: 25000, browserStartTimeout: 120000, testsFinishTimeout: 450000, - concurrentBrowsers: 3, + concurrentBrowsers: 1, concurrency: 1, // see https://github.com/modernweb-dev/web/issues/2706 coverage: false, groups: [], // overwrite the field coming from `wrtConfig`