1
0
Fork 0

timeout to 15000

This commit is contained in:
Enoch Riese 2022-11-15 10:47:57 -06:00
parent e09b25f268
commit 4a17a5b59e

View file

@ -20,13 +20,13 @@ spawn(
'testci',
'--stream',
'--parallel',
// '--loglevel',
// 'error',
'--loglevel',
'error',
'--',
'--file',
`${collectorScript}`,
// '--no-warnings',
'--timeout=10000',
'--no-warnings',
'--timeout=15000',
],
{ stdio: 'inherit' }
).on('exit', function (code) {