jupyter-start-new-kernel: Use default wait time when starting the kernel

`jupyter-start-kernel` defaults to `jupyter-long-timeout` which already
defaults to 10 s.
This commit is contained in:
Nathaniel Nicandro 2018-12-19 20:59:31 -06:00
parent 3debb298e1
commit ac2b5ccfbe
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -363,7 +363,7 @@ instance, see `jupyter-make-client'."
(jupyter-message-status-starting-p msg)))))
(jupyter-add-hook client 'jupyter-iopub-message-hook cb)
(jupyter-start-channels client)
(jupyter-start-kernel manager 10)
(jupyter-start-kernel manager)
(jupyter-with-timeout
("Kernel starting up..." jupyter-long-timeout
(message "Kernel did not send startup message"))