mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
tests: fix spurious netclientclock test failures
Give clocks a bit more time to synchronise.
This commit is contained in:
parent
9938861bbb
commit
53cfccf764
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue