Skip to content

Commit 36bb906

Browse files
committed
removed test timeout
1 parent 012c21e commit 36bb906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/gpg.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('gpg tests', () => {
2424
} catch {
2525
console.log('Failed to remove test directories');
2626
}
27-
}, 100000);
27+
});
2828

2929
describe('importKey', () => {
3030
it('attempts to import private key and returns null key id on failure', async () => {

0 commit comments

Comments
 (0)