up timeout to 20000
This commit is contained in:
parent
a238be1f92
commit
6c68b33f3e
3 changed files with 4 additions and 4 deletions
|
@ -19,14 +19,13 @@ spawn(
|
|||
'--no-bail',
|
||||
'testci',
|
||||
'--stream',
|
||||
// '--parallel',
|
||||
'--parallel',
|
||||
'--loglevel',
|
||||
'error',
|
||||
'--',
|
||||
'--file',
|
||||
`${collectorScript}`,
|
||||
'--no-warnings',
|
||||
'--timeout=15000',
|
||||
],
|
||||
{ stdio: 'inherit' }
|
||||
).on('exit', function (code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue