fix: Increase ava test timeout amount

This commit is contained in:
Thomas A. Christensen II 2024-02-29 19:03:36 -06:00
parent e1fffeb533
commit 0dada87e26

View file

@ -46,7 +46,8 @@
], ],
"concurrency": 1, "concurrency": 1,
"serial": true, "serial": true,
"powerAssert": true "powerAssert": true,
"timeout": "120s"
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {