Skip to content

Commit

Permalink
expand timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jul 17, 2024
1 parent 3384411 commit 308c1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keypair.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('gen keypair', () => {
expect(publicKeyObj1.asymmetricKeyType).toBe('rsa');
const publicKeyObj2 = crypto.createPublicKey(keypair2.publicKey);
expect(publicKeyObj2.asymmetricKeyType).toBe('rsa');
});
}, 30 * 1000); // GitHub Actionsだと結構長めにとる必要があるらしい

test('genEd25519KeyPair', async () => {
const keypair1 = await genEd25519KeyPair();
Expand Down

0 comments on commit 308c1e1

Please sign in to comment.