From b6dd45706dbfbe3e9afef6724dbca9fe8ae796e4 Mon Sep 17 00:00:00 2001 From: tehw0lf Date: Fri, 29 May 2026 18:12:39 +0200 Subject: [PATCH] fix(ci): increase job timeout to 180 min for cold Playwright cache First run needs to download all browser binaries which can exceed 45 min. --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 5e7c90f..0b07499 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -108,7 +108,7 @@ jobs: test_and_build: name: test and build runs-on: ${{ inputs.runner }} - timeout-minutes: 45 + timeout-minutes: 180 permissions: actions: write attestations: write