We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e6100 commit b7f544bCopy full SHA for b7f544b
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ env:
12
PW_MAX_RETRIES: 3
13
jobs:
14
dev:
15
- timeout-minutes: 30
+ timeout-minutes: 60
16
strategy:
17
fail-fast: false
18
matrix:
@@ -52,7 +52,7 @@ jobs:
52
java -jar target/test-spring-boot*.jar
53
54
stable:
55
56
57
58
@@ -93,7 +93,7 @@ jobs:
93
BROWSER_CHANNEL: ${{ matrix.browser-channel }}
94
95
Java_21:
96
97
98
99
0 commit comments