Skip to content

Commit

Permalink
increase ci test timeout
Browse files Browse the repository at this point in the history
it seems we have ts server startup performance regression, hope to investigate & add perf tests soon
  • Loading branch information
zardoy committed Jun 1, 2023
1 parent 60aa0f4 commit eedfc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const run = async () => {
const mocha = new Mocha({
color: true,
parallel: false,
timeout: process.env.CI ? 4500 : 2000,
timeout: process.env.CI ? 5200 : 2000,
})
const testsRoot = join(__dirname, './suite')
await new Promise<void>(resolve => {
Expand Down

0 comments on commit eedfc9c

Please sign in to comment.