tests: fix spurious netclientclock test failures
authorTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:11:46 +0000 (17:11 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 5 Aug 2012 16:11:46 +0000 (17:11 +0100)
Give clocks a bit more time to synchronise.

tests/check/libs/gstnetclientclock.c

index f72109a..72b7af3 100644 (file)
@@ -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);