increase timeout

This commit is contained in:
Nolan Lawson 2018-03-15 21:01:37 -07:00
parent c0a2a1e8bf
commit e4572a8066
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {