1
0
Fork 0

up timeout to 15000 again

This commit is contained in:
Enoch Riese 2022-11-15 12:10:38 -06:00
parent 13fe84baac
commit 5cc37a84bb
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ spawn(
'--file',
`${collectorScript}`,
'--no-warnings',
'--timeout=10000',
'--timeout=15000',
],
{ stdio: 'inherit' }
).on('exit', function (code) {