1
0
Fork 0

increase timeout even more. allow warnings

This commit is contained in:
Enoch Riese 2022-11-15 10:39:03 -06:00
parent e75789f041
commit e09b25f268

View file

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