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