From b7f544b68017d53f9a4f2b4ef3f0d5a850e7989d Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 10 Jun 2025 10:14:17 +0200 Subject: [PATCH] chore: prolong CI timeout --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 722554d4a..3b75727ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ env: PW_MAX_RETRIES: 3 jobs: dev: - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -52,7 +52,7 @@ jobs: java -jar target/test-spring-boot*.jar stable: - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: @@ -93,7 +93,7 @@ jobs: BROWSER_CHANNEL: ${{ matrix.browser-channel }} Java_21: - timeout-minutes: 30 + timeout-minutes: 60 strategy: fail-fast: false matrix: