Skip to content

Commit eedfc9c

Browse files
committed
increase ci test timeout
it seems we have ts server startup performance regression, hope to investigate & add perf tests soon
1 parent 60aa0f4 commit eedfc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const run = async () => {
66
const mocha = new Mocha({
77
color: true,
88
parallel: false,
9-
timeout: process.env.CI ? 4500 : 2000,
9+
timeout: process.env.CI ? 5200 : 2000,
1010
})
1111
const testsRoot = join(__dirname, './suite')
1212
await new Promise<void>(resolve => {

0 commit comments

Comments
 (0)