WAIT_TIME         360 tests/check/gst/gstpipeline.c     clock_id = gst_clock_new_single_shot_id (clock, upper + WAIT_TIME);
WAIT_TIME         370 tests/check/gst/gstpipeline.c     fail_unless (lower >= upper + WAIT_TIME, "clock did not advance?");
WAIT_TIME         404 tests/check/gst/gstpipeline.c     fail_unless (base >= oldbase + WAIT_TIME, "base time not reset");
WAIT_TIME         429 tests/check/gst/gstpipeline.c     clock_id = gst_clock_new_single_shot_id (clock, upper + WAIT_TIME);
WAIT_TIME         439 tests/check/gst/gstpipeline.c     fail_unless (lower >= upper + WAIT_TIME, "clock did not advance?");
WAIT_TIME         483 tests/check/gst/gstpipeline.c     fail_unless (observed - oldobserved >= WAIT_TIME,