quartz/tests: Increase the timeout in test_media_event().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2b9596a626
commit
44cbb55815
|
@ -512,7 +512,7 @@ static void test_media_event(IFilterGraph2 *graph)
|
|||
|
||||
while (!got_eos)
|
||||
{
|
||||
if (WaitForSingleObject(event, 1000) == WAIT_TIMEOUT)
|
||||
if (WaitForSingleObject(event, 2000) == WAIT_TIMEOUT)
|
||||
break;
|
||||
|
||||
while ((hr = IMediaEvent_GetEvent(media_event, &code, &lparam1, &lparam2, 0)) == S_OK)
|
||||
|
|
Loading…
Reference in New Issue