Skip to content

Commit

Permalink
bond -> ape mixed route double timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Sep 16, 2023
1 parent 5fe2ae7 commit b986398
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2384,6 +2384,8 @@ describe('alpha router integration', () => {
describe(`exactIn mixedPath routes`, () => {
describe('+ simulate swap', () => {
it('BOND -> APE', async () => {
jest.setTimeout(1000 * 1000); // 1000s

const tokenIn = BOND_MAINNET;
const tokenOut = APE_MAINNET;

Expand Down

0 comments on commit b986398

Please sign in to comment.