Skip to content

Commit 20dea5c

Browse files
committed
increase test timeout
1 parent 481d54b commit 20dea5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function run(): Promise<void> {
1616
// Create the mocha test
1717
const mocha = new Mocha({
1818
ui: "tdd",
19-
timeout: 60000,
19+
timeout: 600000,
2020
})
2121

2222
const testsRoot = path.resolve(__dirname, "..")

0 commit comments

Comments
 (0)