diff --git a/ui/src/request/index.ts b/ui/src/request/index.ts index 72588d2c6..a9f490149 100644 --- a/ui/src/request/index.ts +++ b/ui/src/request/index.ts @@ -11,7 +11,7 @@ import { ref, type WritableComputedRef } from 'vue' const axiosConfig = { baseURL: '/api', withCredentials: false, - timeout: 600000, + timeout: 1800000, headers: {} }