[PATCH v2] comsvcs/tests: Increase the timeout in the implicit MTA test.

Zebediah Figura z.figura12 at gmail.com
Fri Oct 25 12:18:41 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/comsvcs/tests/dispenser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comsvcs/tests/dispenser.c b/dlls/comsvcs/tests/dispenser.c
index 98d2a91bf5..137dd98aea 100644
--- a/dlls/comsvcs/tests/dispenser.c
+++ b/dlls/comsvcs/tests/dispenser.c
@@ -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, 5000), "wait failed\n");
     GetExitCodeThread(thread, &ret);
     ok(ret == S_OK, "got unexpected hr %#x\n", ret);
 
-- 
2.20.1




More information about the wine-devel mailing list