1
0
Fork 0

60 second timeout

This commit is contained in:
Enoch Riese 2022-11-15 16:17:04 -06:00
parent 452046fa90
commit 2f08c59e78
4 changed files with 7 additions and 6 deletions

View file

@ -18,13 +18,13 @@ spawn(
'run',
'--no-bail',
'testci',
'--stream',
'--parallel',
// '--stream',
// '--parallel',
'--loglevel',
'error',
'--',
'--file',
`${collectorScript}`,
// '--file',
// `${collectorScript}`,
'--no-warnings',
'--timeout',
'15000',