Skip to content

Commit a560220

Browse files
committed
test(ci): increase AVA timeout to 45s; extend timeout for 'kit new, run, and rm' and log BODY START to get through Windows slowness and capture details
1 parent 077e4f3 commit a560220

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test-sdk/main.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ ava.serial('JavaScript support', async (t) => {
218218
});
219219

220220
ava.serial('kit new, run, and rm', async (t) => {
221+
t.timeout(45000)
222+
t.log('[test-diag] BODY START: kit new, run, and rm')
221223
let command = 'mock-script-for-new-run-rm';
222224
let scriptContents = `
223225
let value = await arg()

test/ava.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ export default {
88
KIT_TEST: "true",
99
},
1010
verbose: true,
11+
timeout: '45s',
1112
files: ["src/**/*.test.ts", "test/**/*.test.ts"],
1213
}

0 commit comments

Comments
 (0)