commit | 4be023aadfee986b3da2265fde67019335e3a93b | [log] [tgz] |
---|---|---|
author | Oleksii Chuprykov <ochuprykov@mirantis.com> | Wed Jul 08 07:17:08 2015 -0400 |
committer | Oleksii Chuprykov <ochuprykov@mirantis.com> | Mon Jul 13 12:53:26 2015 +0300 |
tree | 559465052b25e4f9810ba3c11803f18f9ff42f8b | |
parent | 2cbc0a86535bc34f276a89d3818a24d074f3dfce [diff] |
Wait until child process will be killed It might take a wile to kill worker after receiving of sighup because of worker can be busy at the time, so the check of the workers count can be failed during some amount of time. Add timeout for checking. Change-Id: Ibdd29b07960b2f765b03ea9458b6e85cd6786fd0 Closes-bug: #1472531