mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 01:38:08 +01:00
parent
7ae3212c55
commit
494f906701
@ -1,4 +1,4 @@
|
||||
const TIMEOUT = process.browser ? 20000 : 60000
|
||||
const TIMEOUT = process.browser ? 60000 : 120000
|
||||
|
||||
function fetchWithTimeout (url, options) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Loading…
Reference in New Issue
Block a user