Skip to content

Commit

Permalink
Prevent timeout on integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
CassioMG committed Jul 1, 2024
1 parent bf39477 commit bad2f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe("Anchor Platform Integration Tests", () => {
},
});
expect(wResp.id).toBeTruthy();
}, 30000);
}, 120000);

it("SEP-24 should work", async () => {
const assetCode = "USDC";
Expand Down

0 comments on commit bad2f01

Please sign in to comment.