1
0
Fork 0

up timeout in drafting tests

This commit is contained in:
Enoch Riese 2022-11-15 12:02:46 -06:00
parent 6bf599efa3
commit 13fe84baac
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ spawn(
[
'run',
'--no-bail',
'test',
'testci',
'--stream',
'--parallel',
'--loglevel',
@ -26,7 +26,7 @@ spawn(
'--file',
`${collectorScript}`,
'--no-warnings',
'--timeout=15000',
'--timeout=10000',
],
{ stdio: 'inherit' }
).on('exit', function (code) {