Skip to content

Commit 7845877

Browse files
committed
Increase timeout
1 parent 2d626ed commit 7845877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"lab": "13.x.x"
2121
},
2222
"scripts": {
23-
"test": "lab -a code -t 100 -I SharedArrayBuffer,Atomics -m 5000",
24-
"test-cov-html": "lab -a code -I SharedArrayBuffer,Atomics -m 5000 -r html -o coverage.html"
23+
"test": "lab -a code -t 100 -I SharedArrayBuffer,Atomics -m 30000",
24+
"test-cov-html": "lab -a code -I SharedArrayBuffer,Atomics -m 30000 -r html -o coverage.html"
2525
},
2626
"license": "BSD-3-Clause"
2727
}

0 commit comments

Comments
 (0)