From 7f783da16cf1c84179a14de7d76cd007885cc340 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 9 Oct 2013 11:53:18 -0400 Subject: [PATCH] Increase requirejs load timeout to 60 seconds --- cms/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/templates/base.html b/cms/templates/base.html index 5814817a90..eb9c17c806 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -33,6 +33,7 @@ window.baseUrl = "${settings.STATIC_URL}"; var require = { baseUrl: baseUrl, + waitSeconds: 60, paths: { "domReady": "js/vendor/domReady", "gettext": "/i18n",