8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9a80f8c2ce - Show all commits

View File

@ -18,7 +18,7 @@ const opts = getopts(process.argv.slice(2), {
let server;
const PARALLEL = false;
const SETUP_TIMEOUT = 15 * 60 * 1000;
const SPEC_TIMEOUT = 30 * 1000;
const SPEC_TIMEOUT = 30 * 10000;
process.on('exit', teardown);
process.on('uncaughtException', onError);