Commit 80985a27 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

comsvcs/tests: Increase the timeout in the implicit MTA test.

parent e80d84eb
......@@ -186,7 +186,7 @@ static void create_dispenser(void)
* actually initialize. */
Sleep(200);
thread = CreateThread(NULL, 0, com_thread, NULL, 0, NULL);
ok(!WaitForSingleObject(thread, 1000), "wait failed\n");
ok(!WaitForSingleObject(thread, 20000), "wait failed\n");
GetExitCodeThread(thread, &ret);
ok(ret == S_OK, "got unexpected hr %#x\n", ret);
......
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