Skip to content

Commit 95e68cc

Browse files
committed
increase timeout
1 parent 29bada0 commit 95e68cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/util/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useMemo } from "react";
44
import { useAuth } from "@ui/components/AuthContext";
55
import { getRunEnvironmentConfig, ValidService } from "@ui/config";
66

7-
export const MAX_API_TIMEOUT_MS = 5000;
7+
export const MAX_API_TIMEOUT_MS = 10000;
88

99
const createAxiosInstance = (baseURL: string) =>
1010
axios.create({

0 commit comments

Comments
 (0)