minor change

This commit is contained in:
Juanjo Breso 2024-04-02 10:45:29 +02:00
parent d08535ac18
commit 9a80f8c2ce
1 changed files with 1 additions and 1 deletions

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);