up timeout in drafting tests
This commit is contained in:
parent
6bf599efa3
commit
13fe84baac
2 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue