Ver Fonte

Increase timeout.

Ian Rose há 6 anos atrás
pai
commit
a439a0a0cf
1 ficheiros alterados com 1 adições e 0 exclusões
  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
     }
 }