Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Mar 11, 2024
1 parent 8cebf96 commit 28d8ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RouteDisplay/__test__/make-step.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test("make-step: Noble USDC to Injective INJ", async () => {
},
);
await waitFor(() => expect(result.current.isLoading).toBeFalsy(), {
timeout: 30000,
timeout: 120000,
});

actions.forEach((action, i) => {
Expand All @@ -67,4 +67,4 @@ test("make-step: Noble USDC to Injective INJ", async () => {
expect(operationTypeIndex).toBeDefined();
expect(explorerLink).toBeDefined();
});
}, 60000);
}, 120000);

0 comments on commit 28d8ab7

Please sign in to comment.