increase test timeout

This commit is contained in:
ColemanRoo 2025-02-10 15:16:07 -06:00
parent 481d54bf92
commit 20dea5caac

View file

@ -16,7 +16,7 @@ export async function run(): Promise<void> {
// Create the mocha test
const mocha = new Mocha({
ui: "tdd",
timeout: 60000,
timeout: 600000,
})
const testsRoot = path.resolve(__dirname, "..")