From 5a2b952709bcfadcddb61150065e43ec37a66e8b Mon Sep 17 00:00:00 2001 From: Amitosh Swain Mahapatra Date: Thu, 6 Oct 2022 15:34:51 +0530 Subject: [PATCH] Increase test timeout --- test/repetitions.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/repetitions.test.js b/test/repetitions.test.js index 99bccba..66807f3 100644 --- a/test/repetitions.test.js +++ b/test/repetitions.test.js @@ -42,5 +42,5 @@ test('test_hash_and_compare', () => { return Promise.all([goodCompare, badCompare]); }); })); -}) +}, 10000);