Skip to content

Commit fbb2a90

Browse files
committed
timeout ava
1 parent b4e24d7 commit fbb2a90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/alpha-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"main": "alpha-5.js",
88
"scripts": {
9-
"test": "ava"
9+
"test": "ava --timeout 1000m"
1010
},
1111
"devDependencies": {
1212
"ava": "^3.4.0"

js/alpha-5/tests/specification/alpha-5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test(`_compactUInt8ArrayFrom0To31Numbers
6868
0b10011000, // 5-6-7
6969
0b11101000, // 7-8
7070
]))
71-
71+
7272
t.deepEqual(_compactUInt8ArrayFrom0To31Numbers([1,2,3,4,5,6,7,8
7373
]), Uint8Array.from([
7474
0b00001000, // 1-2

0 commit comments

Comments
 (0)