Skip to content

Commit

Permalink
Merge pull request #3687 from ccordoba12/increase-time-to-dead
Browse files Browse the repository at this point in the history
Increase time to detect if an IPython kernel is alive
  • Loading branch information
ccordoba12 authored Nov 16, 2016
2 parents 0a80393 + 87de905 commit a842725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spyder/plugins/ipythonconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,10 @@ def create_kernel_manager_and_kernel_client(self, connection_file):
# Kernel client
kernel_client = kernel_manager.client()

# Increase time to detect if a kernel is alive
# See Issue 3444
kernel_client.hb_channel.time_to_dead = 6.0

return kernel_manager, kernel_client

#------ Public API (for tabs) ---------------------------------------------
Expand Down

0 comments on commit a842725

Please sign in to comment.