Skip to content

Commit b7f544b

Browse files
committed
chore: prolong CI timeout
1 parent f1e6100 commit b7f544b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
PW_MAX_RETRIES: 3
1313
jobs:
1414
dev:
15-
timeout-minutes: 30
15+
timeout-minutes: 60
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -52,7 +52,7 @@ jobs:
5252
java -jar target/test-spring-boot*.jar
5353
5454
stable:
55-
timeout-minutes: 30
55+
timeout-minutes: 60
5656
strategy:
5757
fail-fast: false
5858
matrix:
@@ -93,7 +93,7 @@ jobs:
9393
BROWSER_CHANNEL: ${{ matrix.browser-channel }}
9494

9595
Java_21:
96-
timeout-minutes: 30
96+
timeout-minutes: 60
9797
strategy:
9898
fail-fast: false
9999
matrix:

0 commit comments

Comments
 (0)