diff --git a/src/test/suite/index.ts b/src/test/suite/index.ts index e05d0094d1..1c850fc100 100644 --- a/src/test/suite/index.ts +++ b/src/test/suite/index.ts @@ -16,7 +16,7 @@ export async function run(): Promise { // Create the mocha test const mocha = new Mocha({ ui: "tdd", - timeout: 60000, + timeout: 600000, }) const testsRoot = path.resolve(__dirname, "..")