We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b3901 commit 8a6b168Copy full SHA for 8a6b168
1 file changed
.github/workflows/pr.yaml
@@ -58,7 +58,7 @@ jobs:
58
run: pnpm exec playwright install
59
- name: Run e2e tests
60
working-directory: ./vscode/extension
61
- timeout-minutes: 90
+ timeout-minutes: 30
62
run: |
63
source ../../.venv/bin/activate
64
pnpm run test:e2e
0 commit comments