We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8929e commit 227d4a4Copy full SHA for 227d4a4
src/util/importerClient.ts
@@ -8,7 +8,7 @@ const importerClient = axios.create({
8
},
9
baseURL: importerUrl,
10
})
11
-importerClient.defaults.timeout = 5000
+importerClient.defaults.timeout = 30000
12
13
const getImporterClient = () => {
14
if (!importerToken) {
0 commit comments