From b014c6b0ed49e98ee4590a1b9b9a24074675ff04 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Fri, 4 Apr 2025 11:52:54 -0400 Subject: [PATCH] Stop sooner with legitimate failures --- .github/workflows/e2e-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index ea9fadcfcab..cef993cd7ff 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -370,8 +370,8 @@ jobs: with: shell: bash command: .github/ci-cd-scripts/playwright-electron.sh ${{matrix.shardIndex}} ${{matrix.shardTotal}} ${{ env.OS_NAME }} - timeout_minutes: 45 - max_attempts: 15 + timeout_minutes: 30 + max_attempts: 9 env: FAIL_ON_CONSOLE_ERRORS: true token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}