GNOME Bugzilla – Bug 692613
tests: reduce number of wake-ups in test applications
Last modified: 2013-01-27 14:33:01 UTC
See https://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds
Created attachment 234508 [details] [review] Use g_timeout_add_seconds wherever possible.
These are just silly test applications, there's not really much point in reducing wake-ups. Also, using _add_seconds() risks an additional initial delay for the first iteration, but it *looks* like it should be ok in these cases, so pushed to master, thanks: commit 8afb9e896c5f09ff4ad8f3979706ec24b7c35683 Author: B.Prathibha <prathibhab@cdac.in> Date: Sun Jan 27 09:45:59 2013 +0530 tests: use g_timeout_add_seconds wherever possible. https://bugzilla.gnome.org/show_bug.cgi?id=692613