Skip to content

Commit 5a2b952

Browse files
committed
Increase test timeout
1 parent 8d201d1 commit 5a2b952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/repetitions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ test('test_hash_and_compare', () => {
4242
return Promise.all([goodCompare, badCompare]);
4343
});
4444
}));
45-
})
45+
}, 10000);
4646

0 commit comments

Comments
 (0)