We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7feeb7 commit 0d78cb5Copy full SHA for 0d78cb5
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