ソースを参照

Increase timeout.

Ian Rose 6 年 前
コミット
a439a0a0cf
1 ファイル変更1 行追加0 行削除
  1. 1 0
      binder/jupyter_notebook_config.py

+ 1 - 0
binder/jupyter_notebook_config.py

@@ -19,6 +19,7 @@ c.ServerProxy.servers = {
             # Redirect all logs to a log file
             f'{lab_command} >jupyterlab-dev.log 2>&1'
         ],
+        'timeout': 10,
         'absolute_url': True
     }
 }