Merge "Ensure we 'join' on the timer watchdog thread"
This commit is contained in:
commit
5f5bc73049
@ -67,3 +67,4 @@ def watch(logger, action, level=logging.DEBUG, after=5.0):
|
||||
yield
|
||||
finally:
|
||||
timer.cancel()
|
||||
timer.join()
|
||||
|
Loading…
Reference in New Issue
Block a user