Skip to content

Commit 84a9407

Browse files
authored
Merge pull request #24 from Schanihbg/fix/increase_timeout
2 parents edf56d9 + f5dd3b3 commit 84a9407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const fetchAPI = async <ExpectedType = unknown> (
2222

2323
return await fetch(url.toString(), {
2424
method,
25-
signal: AbortSignal.timeout(10000),
25+
signal: AbortSignal.timeout(30000),
2626
})
2727
.then(async (response) => {
2828
// The API call was successful!

0 commit comments

Comments
 (0)