From 70e918691467bb0baa197331f335523cff3ef25f Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 8 Sep 2015 10:08:34 +0200 Subject: [PATCH] bump requirejs waitSeconds to 30 default is 7, and can timeout inappropriately on slow connections --- notebook/templates/page.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebook/templates/page.html b/notebook/templates/page.html index 95dee7186..13402b92c 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -64,7 +64,8 @@ deps: ["jquery"], exports: "$" } - } + }, + waitSeconds: 30, }); require.config({