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 481d54b commit 20dea5cCopy full SHA for 20dea5c
src/test/suite/index.ts
@@ -16,7 +16,7 @@ export async function run(): Promise<void> {
16
// Create the mocha test
17
const mocha = new Mocha({
18
ui: "tdd",
19
- timeout: 60000,
+ timeout: 600000,
20
})
21
22
const testsRoot = path.resolve(__dirname, "..")
0 commit comments