updating timeout
This commit is contained in:
parent
44174e1980
commit
df9f0ba9f1
|
@ -9,7 +9,7 @@ export default async function handler(req, res) {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: headers,
|
headers: headers,
|
||||||
body: req.body,
|
body: req.body,
|
||||||
signal: AbortSignal.timeout(15000),
|
signal: AbortSignal.timeout(20000),
|
||||||
});
|
});
|
||||||
|
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
|
|
Loading…
Reference in New Issue