Skip to content

Commit

Permalink
Increase timeout for long running test
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 20, 2025
1 parent 61dcbc4 commit e7adcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sapphire_devnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ describe("torus utils sapphire devnet", () => {

it(
"should be able to login with a fixed set of different accounts repeatedly and get a constant set of addresses",
{ timeout: 20000 },
{ timeout: 60000 },
async () => {
const addresses = [];
const iterations = 5;
Expand Down

0 comments on commit e7adcc1

Please sign in to comment.