Commit 44cbb558 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz/tests: Increase the timeout in test_media_event().

parent 2b9596a6
...@@ -512,7 +512,7 @@ static void test_media_event(IFilterGraph2 *graph) ...@@ -512,7 +512,7 @@ static void test_media_event(IFilterGraph2 *graph)
while (!got_eos) while (!got_eos)
{ {
if (WaitForSingleObject(event, 1000) == WAIT_TIMEOUT) if (WaitForSingleObject(event, 2000) == WAIT_TIMEOUT)
break; break;
while ((hr = IMediaEvent_GetEvent(media_event, &code, &lparam1, &lparam2, 0)) == S_OK) while ((hr = IMediaEvent_GetEvent(media_event, &code, &lparam1, &lparam2, 0)) == S_OK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment