Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Nov 29, 2024
1 parent d814fca commit 88c104a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/src/areas/positron/_test.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const test = base.extend<TestFixtures, WorkerFixtures>({
};

await use({ set: setInterpreter });
}, { scope: 'test', }],
}, { scope: 'test', timeout: 30000 }],

r: [
async ({ interpreter }, use) => {
Expand Down

0 comments on commit 88c104a

Please sign in to comment.