On Mon, Jan 14, 2019 at 10:46:41 +0000, Alex Bennée wrote: > Relying on sleep to always return having slept isn't safe as a signal > may have occurred. If signals are constantly incoming the program will > never reach it's termination condition. This is believed to be the > mechanism causing time outs for qht-test in Travis. > > The glib g_usleep() deals with all of this for us so lets use it instead. > > Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Emilio G. Cota <[email protected]> Thanks, E.
