We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aa0f4 commit eedfc9cCopy full SHA for eedfc9c
integration/index.ts
@@ -6,7 +6,7 @@ export const run = async () => {
6
const mocha = new Mocha({
7
color: true,
8
parallel: false,
9
- timeout: process.env.CI ? 4500 : 2000,
+ timeout: process.env.CI ? 5200 : 2000,
10
})
11
const testsRoot = join(__dirname, './suite')
12
await new Promise<void>(resolve => {
0 commit comments