From 5a7ec5acd83574b31751bddd69e9b0ce6a768886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Tue, 25 Nov 2025 12:20:48 +0100 Subject: [PATCH] Increase timeouts to allow Windows job to complete --- .github/workflows/test-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-installers.yml b/.github/workflows/test-installers.yml index e98c914a5cd..5063a229d56 100644 --- a/.github/workflows/test-installers.yml +++ b/.github/workflows/test-installers.yml @@ -181,7 +181,7 @@ jobs: DEBUG: compass:smoketests:*,compass-e2e-tests:* # Similar to total task timeout, setting these higher than the default # value to account for very slow windows machines - COMPASS_E2E_MOCHA_TIMEOUT: 720000 # 12min + COMPASS_E2E_MOCHA_TIMEOUT: 1200000 # 20min COMPASS_E2E_WEBDRIVER_WAITFOR_TIMEOUT: 600000 # 10min steps: - name: Checkout