Skip to content

Commit 35e4dbf

Browse files
fix: increase playwright timeout
1 parent e416e62 commit 35e4dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
-
201201
name: Run Playwright
202202
working-directory: pwa
203-
timeout-minutes: 3
203+
timeout-minutes: 5
204204
# use 1 worker to prevent conflict between scenarios (longer but safer)
205205
run: pnpm exec playwright test --workers=1 --grep ${{ matrix.annotation }}
206206
-

0 commit comments

Comments
 (0)