We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012c21e commit 36bb906Copy full SHA for 36bb906
__tests__/gpg.test.ts
@@ -24,7 +24,7 @@ describe('gpg tests', () => {
24
} catch {
25
console.log('Failed to remove test directories');
26
}
27
- }, 100000);
+ });
28
29
describe('importKey', () => {
30
it('attempts to import private key and returns null key id on failure', async () => {
0 commit comments