From: Christian Babeux Date: Mon, 10 Dec 2012 19:46:15 +0000 (-0500) Subject: Tests: Fix sleep interruption in health stall test X-Git-Tag: v2.1.0~51 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=050eba6da292de6ca75cac47eb6daf9a3fde9f31;hp=050eba6da292de6ca75cac47eb6daf9a3fde9f31;p=lttng-tools.git Tests: Fix sleep interruption in health stall test The sleep(3) call can return the number of seconds left to sleep if interrupted. Handle the intteruption in the health stall test. Signed-off-by: Christian Babeux Signed-off-by: David Goulet ---