Commit 2b9596a6 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz/tests: Wait longer in test_render_with_multithread().

parent 4d4e3e40
......@@ -778,7 +778,7 @@ static void test_render_with_multithread(void)
thread = CreateThread(NULL, 0, call_RenderFile_multithread, graph, 0, NULL);
ok(WaitForSingleObject(thread, 1000) == WAIT_OBJECT_0, "wait failed\n");
ok(!WaitForSingleObject(thread, 10000), "Wait timed out.\n");
IFilterGraph2_Release(graph);
CloseHandle(thread);
CoUninitialize();
......
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