forked from cybrespace/pinafore
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…
Reference in New Issue