We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bada0 commit 95e68ccCopy full SHA for 95e68cc
src/ui/util/api.ts
@@ -4,7 +4,7 @@ import { useMemo } from "react";
4
import { useAuth } from "@ui/components/AuthContext";
5
import { getRunEnvironmentConfig, ValidService } from "@ui/config";
6
7
-export const MAX_API_TIMEOUT_MS = 5000;
+export const MAX_API_TIMEOUT_MS = 10000;
8
9
const createAxiosInstance = (baseURL: string) =>
10
axios.create({
0 commit comments