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 af95d8c commit aa8058a
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 @@ -117,5 +117,5 @@ describe("Swap", () => {
expect(oneInceQuote!.provider).to.be.eq(ProviderName.oneInch);
expect(paraswapQuote!.provider).to.be.eq(ProviderName.paraswap);
// expect(rangoQuote!.provider).to.be.eq(ProviderName.rango);
}).timeout(10000);
}).timeout(20000);
});

1 comment on commit aa8058a

@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.