From 107196e1fc76fb1603f8d9eb232a61959304af1e Mon Sep 17 00:00:00 2001 From: Sergey Petushkov Date: Tue, 17 Jun 2025 11:23:03 +0200 Subject: [PATCH] chore(ci): extend smoketests timeouts to account for slow windows machiens --- .github/workflows/test-installers.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-installers.yml b/.github/workflows/test-installers.yml index a4494080753..4de63cc6403 100644 --- a/.github/workflows/test-installers.yml +++ b/.github/workflows/test-installers.yml @@ -46,7 +46,10 @@ jobs: run: echo "[Evergreen Task](${{ github.event.inputs.evergreen_task_url }})" >> $GITHUB_STEP_SUMMARY test: name: ${{ matrix.package }} test ${{ matrix.test }} (${{ matrix.hadron-distribution }}) - timeout-minutes: 30 + # Windows specifically takes A TON of time to bootstrap itself before being + # able to run tests, so we're setting the timeout pretty high to account for + # that + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -174,7 +177,7 @@ jobs: runs-on: ${{ matrix.runs-on }} container: ${{ matrix.container }} env: - DEBUG: compass:smoketests:* + DEBUG: compass:smoketests:*,compass-e2e-tests:* steps: - name: Checkout uses: actions/checkout@v2