We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5c77c + f6bf5ba commit f24655cCopy full SHA for f24655c
cylc/flow/remote.py
@@ -84,7 +84,7 @@ def watch_and_kill(proc):
84
"""Kill proc if my PPID (etc.) changed - e.g. ssh connection dropped."""
85
gpa = get_proc_ancestors()
86
while True:
87
- sleep(0.5)
+ sleep(60)
88
if proc.poll() is not None:
89
break
90
if get_proc_ancestors() != gpa:
0 commit comments