From 0d78cb586726eeac06e7fb27db3158fa21451790 Mon Sep 17 00:00:00 2001 From: Ben King <9087625+benfdking@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:27:31 +0300 Subject: [PATCH] ci: limit the vscode test job to 30mins --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 3e715e1318..839d3eb6cf 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -58,7 +58,7 @@ jobs: run: pnpm exec playwright install - name: Run e2e tests working-directory: ./vscode/extension - timeout-minutes: 90 + timeout-minutes: 30 run: | source ../../.venv/bin/activate pnpm run test:e2e