Skip to content

Commit b9a9390

Browse files
authored
ci: Increase playwright test timeout (#8209)
1 parent bd80a6e commit b9a9390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
needs: [job_get_metadata, job_build]
476476
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
477477
runs-on: ubuntu-20.04
478-
timeout-minutes: 18
478+
timeout-minutes: 25
479479
strategy:
480480
fail-fast: false
481481
matrix:

0 commit comments

Comments
 (0)