From 36bb906fe022b8de9539747b5b99d3548f0c4f4c Mon Sep 17 00:00:00 2001 From: Jared Petersen Date: Thu, 16 Jul 2020 19:12:25 -0600 Subject: [PATCH] removed test timeout --- __tests__/gpg.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/gpg.test.ts b/__tests__/gpg.test.ts index 5929980..f19e9a6 100644 --- a/__tests__/gpg.test.ts +++ b/__tests__/gpg.test.ts @@ -24,7 +24,7 @@ describe('gpg tests', () => { } catch { console.log('Failed to remove test directories'); } - }, 100000); + }); describe('importKey', () => { it('attempts to import private key and returns null key id on failure', async () => {