mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
fix: Increase ava test timeout amount
This commit is contained in:
parent
e1fffeb533
commit
0dada87e26
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
],
|
],
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"serial": true,
|
"serial": true,
|
||||||
"powerAssert": true
|
"powerAssert": true,
|
||||||
|
"timeout": "120s"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue