Skip to content

Commit 8a6b168

Browse files
authored
ci: limit the vscode test job to 30mins (#5260)
1 parent 84b3901 commit 8a6b168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pnpm exec playwright install
5959
- name: Run e2e tests
6060
working-directory: ./vscode/extension
61-
timeout-minutes: 90
61+
timeout-minutes: 30
6262
run: |
6363
source ../../.venv/bin/activate
6464
pnpm run test:e2e

0 commit comments

Comments
 (0)