Skip to content

Commit fb2dd9a

Browse files
committed
chore(tests): maybe fix stalling in CI
1 parent 9b3117b commit fb2dd9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
# node-version: [14.x, 16.x]
1919
# os: [ubuntu-latest, windows-latest, macos-latest]
20-
node-version: [14.x]
20+
node-version: [16.x]
2121
os: [ubuntu-latest]
2222
fail-fast: true
2323

test/nuxt/basic.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ await setup({
77
rootDir: fileURLToPath(new URL('../fixtures/nuxt', import.meta.url)),
88
server: true,
99
browser: true,
10+
browserOptions: {
11+
type: 'chromium',
12+
launch: {
13+
timeout: 30000,
14+
},
15+
},
1016
})
1117

1218
describe('pages', () => {

0 commit comments

Comments
 (0)