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