decrease timeout now that it's working
This commit is contained in:
parent
67caa08f7b
commit
5f37bd8c1f
3 changed files with 3 additions and 8 deletions
|
@ -18,16 +18,12 @@ spawn(
|
|||
'run',
|
||||
'--no-bail',
|
||||
'testci',
|
||||
// '--stream',
|
||||
// '--parallel',
|
||||
'--loglevel',
|
||||
'error',
|
||||
'--',
|
||||
// '--file',
|
||||
// `${collectorScript}`,
|
||||
'--file',
|
||||
`${collectorScript}`,
|
||||
'--no-warnings',
|
||||
'--timeout',
|
||||
'15000',
|
||||
],
|
||||
{ stdio: 'inherit' }
|
||||
).on('exit', function (code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue