Skip to content

Commit

Permalink
fix: add longer timeout values for end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
mozrt2 committed May 30, 2024
1 parent 2e8cb8f commit 192a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/example.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('example', () => {
// Check that the result is correct
expect(result[0]).toEqual(expectedStealthSafeAddresses);
expect(result[1]).toEqual(expectedStealthSafeAddresses);
});
}, 60000);

it('should generate stealth addresses for a variety of viewingPrivateKeyNodeNumbers, startNonces, endNonces, and chainIds', async () => {
fc.assert(
Expand All @@ -99,5 +99,5 @@ describe('example', () => {
},
),
);
});
}, 60000);
});

0 comments on commit 192a226

Please sign in to comment.