Actually use kill_delay parameter in terminate call.

This commit is contained in:
Aaron Heise 2023-02-09 15:41:40 -06:00
parent 3368a9d5ff
commit feeb60d249

View File

@ -197,7 +197,7 @@ class CallbackSubprocess:
except: except:
pass pass
self._loop.call_later(1, kill) self._loop.call_later(kill_delay, kill)
def wait(): def wait():
self.log.debug("wait()") self.log.debug("wait()")