Skip to content

Commit

Permalink
Disable parallel for full test
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Oct 22, 2024
1 parent ee60bf5 commit 9307bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9307bf9

Please sign in to comment.