From 7dcc648c3e85643561c91377979b75226793e42f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 12 Apr 2024 23:15:39 +0200 Subject: [PATCH] remove longer timeout --- tests/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.test.ts b/tests/main.test.ts index 374050f91..f385132b7 100644 --- a/tests/main.test.ts +++ b/tests/main.test.ts @@ -911,7 +911,7 @@ describe(`handle integrity checks`, () => { }), ]); }); - }, 180_000); + }); it(`should return an error when signature does not match with a tag`, async () => { process.env.TEST_INTEGRITY = `invalid_signature`; // See `_registryServer.mjs`