mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-11 22:31:00 +01:00
Increased tests timeout (needed for CI)
This commit is contained in:
parent
a6ec0c7820
commit
35e1b51738
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ test-browser: lint
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
rm -rf cover
|
rm -rf cover
|
||||||
istanbul cover node_modules/.bin/_mocha -- -t 30000 -R spec
|
istanbul cover node_modules/.bin/_mocha
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
rm -rf ./doc
|
rm -rf ./doc
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
-R spec
|
-R spec -t 60000
|
||||||
|
|
Loading…
Add table
Reference in a new issue