2 parents edf56d9 + f5dd3b3 commit 84a9407Copy full SHA for 84a9407
1 file changed
src/lib/api.ts
@@ -22,7 +22,7 @@ export const fetchAPI = async <ExpectedType = unknown> (
22
23
return await fetch(url.toString(), {
24
method,
25
- signal: AbortSignal.timeout(10000),
+ signal: AbortSignal.timeout(30000),
26
})
27
.then(async (response) => {
28
// The API call was successful!
0 commit comments