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 () => {