diff --git a/src/components/RouteDisplay/__test__/make-step.test.tsx b/src/components/RouteDisplay/__test__/make-step.test.tsx index 994b49e9..c7040e08 100644 --- a/src/components/RouteDisplay/__test__/make-step.test.tsx +++ b/src/components/RouteDisplay/__test__/make-step.test.tsx @@ -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) => { @@ -67,4 +67,4 @@ test("make-step: Noble USDC to Injective INJ", async () => { expect(operationTypeIndex).toBeDefined(); expect(explorerLink).toBeDefined(); }); -}, 60000); +}, 120000);