From 53cfccf764ca612fc607a33946071ed9bfd98d38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 5 Aug 2012 17:11:46 +0100 Subject: [PATCH] tests: fix spurious netclientclock test failures Give clocks a bit more time to synchronise. --- tests/check/libs/gstnetclientclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/libs/gstnetclientclock.c b/tests/check/libs/gstnetclientclock.c index f72109a..72b7af3 100644 --- a/tests/check/libs/gstnetclientclock.c +++ b/tests/check/libs/gstnetclientclock.c @@ -73,7 +73,7 @@ GST_START_TEST (test_functioning) g_object_get (client, "port", &port, NULL); /* let the clocks synchronize */ - g_usleep (G_USEC_PER_SEC / 2); + g_usleep (G_USEC_PER_SEC); servtime = gst_clock_get_time (server); clienttime = gst_clock_get_time (client); -- 2.7.4