Commit 7a24188c by David Baumgold

Merge pull request #1278 from edx/db/increase-requirejs-timeout

Increase requirejs load timeout to 60 seconds
parents 30dc4418 7f783da1
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
window.baseUrl = "${settings.STATIC_URL}"; window.baseUrl = "${settings.STATIC_URL}";
var require = { var require = {
baseUrl: baseUrl, baseUrl: baseUrl,
waitSeconds: 60,
paths: { paths: {
"domReady": "js/vendor/domReady", "domReady": "js/vendor/domReady",
"gettext": "/i18n", "gettext": "/i18n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment