From 9307bf9728f6ae5cbf552b9c310c2a7d1caf7260 Mon Sep 17 00:00:00 2001 From: Chris Mead Date: Mon, 21 Oct 2024 18:13:08 -0600 Subject: [PATCH] Disable parallel for full test --- .github/workflows/positron-full-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/positron-full-test.yml b/.github/workflows/positron-full-test.yml index 67e9ada53de..196a645fb45 100644 --- a/.github/workflows/positron-full-test.yml +++ b/.github/workflows/positron-full-test.yml @@ -96,7 +96,7 @@ jobs: e2e-electron-tests: runs-on: ubuntu-latest-8x - timeout-minutes: 35 + timeout-minutes: 80 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} POSITRON_BUILD_NUMBER: 0 # CI skips building releases @@ -125,7 +125,7 @@ jobs: POSITRON_PY_VER_SEL: 3.10.12 POSITRON_R_VER_SEL: 4.4.0 id: electron-smoke-tests - run: DISPLAY=:10 yarn smoketest-all --tracing --parallel --jobs 2 --skip-cleanup + run: DISPLAY=:10 yarn smoketest-all --tracing --skip-cleanup - name: Convert XUnit to JUnit id: xunit-to-junit