Merge "Actually test child SIGHUP signal"

This commit is contained in:
Zuul 2018-12-24 10:42:49 +00:00 committed by Gerrit Code Review
commit d987a4a84c
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class ServiceLauncherTest(ServiceTestBase):
os.kill(start_workers[0], signal.SIGHUP)
# Wait at most 5 seconds to respawn a worker
cond = lambda: start_workers == self._get_workers()
cond = lambda: start_workers != self._get_workers()
timeout = 5
self._wait(cond, timeout)