From a638acde2c58e2b744dad4d0f7ca90a0112ce7de Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 23 Oct 2025 13:41:08 +0200 Subject: [PATCH] CI: Increase job timeout --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4fd2dcd0..54035ea4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: fail_ci_if_error: true playwright: name: Run end-to-end tests - timeout-minutes: 30 + timeout-minutes: 60 runs-on: ubuntu-latest steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4