Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Oct 23, 2024
1 parent a427b24 commit af95d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swap/tests/swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe("Swap", () => {
expect(swapOneInch?.transactions.length).to.be.eq(2);
const swapChangelly = await enkryptSwap.getSwap(changellyQuote!.quote);
if (swapChangelly) expect(swapChangelly?.transactions.length).to.be.eq(1);
}).timeout(10000);
}).timeout(20000);

it("it should get quote and swap for same destination", async () => {
await enkryptSwap.initPromise;
Expand Down

1 comment on commit af95d8c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.