glib/tests/asyncqueue.c: avoid use of deprecated GTimeVal
GTimeVal is deprecated because it overflows on 32 bit systems in 2038, and indeed this test starts failing then.
Signed-off-by: Alexander Kanavin alex@linutronix.de
GTimeVal is deprecated because it overflows on 32 bit systems in 2038, and indeed this test starts failing then.
Signed-off-by: Alexander Kanavin alex@linutronix.de