minor change
This commit is contained in:
parent
d08535ac18
commit
9a80f8c2ce
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue