From e4572a806668a9767483982971895ce3b2368cb8 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 15 Mar 2018 21:01:37 -0700 Subject: [PATCH] increase timeout --- routes/_utils/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_utils/ajax.js b/routes/_utils/ajax.js index a467b579..85896aaf 100644 --- a/routes/_utils/ajax.js +++ b/routes/_utils/ajax.js @@ -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) => {