mirror of
https://github.com/nolanlawson/pinafore
synced 2025-02-07 23:18:41 +01:00
increase timeout
This commit is contained in:
parent
c0a2a1e8bf
commit
e4572a8066
@ -1,4 +1,4 @@
|
||||
const TIMEOUT = process.browser ? 15000 : 60000
|
||||
const TIMEOUT = process.browser ? 20000 : 60000
|
||||
|
||||
function fetchWithTimeout (url, options) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user