diff --git a/static/html/load.html b/static/html/load.html index 69b7b3a..40bba9f 100644 --- a/static/html/load.html +++ b/static/html/load.html @@ -97,7 +97,7 @@ stopAnimation(); document.getElementById('loadingIcon').style.display = 'none'; document.getElementById('error').style.display = 'block'; - }, 20000); + }, 60000); }());