From e1e3f7b76ff334e7e9d1abb95ee59f3c083cbe58 Mon Sep 17 00:00:00 2001 From: xXEmilioXx <38227115+xXEmilioXx@users.noreply.github.com> Date: Thu, 16 Jan 2020 23:39:05 +0100 Subject: [PATCH] Increase web's timeouts --- thespoon/src/constants/Timeouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thespoon/src/constants/Timeouts.js b/thespoon/src/constants/Timeouts.js index cf2de8be..7fc29c2e 100644 --- a/thespoon/src/constants/Timeouts.js +++ b/thespoon/src/constants/Timeouts.js @@ -1,2 +1,2 @@ // noinspection JSLint -export const timeouts = 15000; \ No newline at end of file +export const timeouts = 1000000; \ No newline at end of file