From 88c104ab3a2210fe8db58ab66e5f1dbc1a96bb0b Mon Sep 17 00:00:00 2001 From: Marie Idleman Date: Fri, 29 Nov 2024 05:51:29 -0600 Subject: [PATCH] more logs --- .github/workflows/positron-full-test.yml | 9 ++++++++- test/smoke/src/areas/positron/_test.setup.ts | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/positron-full-test.yml b/.github/workflows/positron-full-test.yml index 4d5c5a7d81b..06999a24bfa 100644 --- a/.github/workflows/positron-full-test.yml +++ b/.github/workflows/positron-full-test.yml @@ -133,7 +133,7 @@ jobs: PWTEST_BLOB_DO_NOT_REMOVE: 1 CURRENTS_TAG: "electron" id: electron-tests - run: DISPLAY=:10 npx playwright test --project e2e-electron --workers 3 + run: DISPLAY=:10 npx playwright test --project e2e-electron --workers 2 - name: Upload blob report if: ${{ !cancelled() }} @@ -150,6 +150,13 @@ jobs: name: junit-report-electron path: test-results/junit.xml + - name: Upload logs + if: ${{ !cancelled() }} + uses: actions/upload-artifact@v4 + with: + name: logs-electron + path: test-logs + e2e-browser-tests: runs-on: ubuntu-latest-8x timeout-minutes: 50 diff --git a/test/smoke/src/areas/positron/_test.setup.ts b/test/smoke/src/areas/positron/_test.setup.ts index fbb1951ff62..11959f7915b 100644 --- a/test/smoke/src/areas/positron/_test.setup.ts +++ b/test/smoke/src/areas/positron/_test.setup.ts @@ -122,7 +122,7 @@ export const test = base.extend({ }; await use({ set: setInterpreter }); - }, { scope: 'test', }], + }, { scope: 'test', timeout: 30000 }], r: [ async ({ interpreter }, use) => {