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

Alexandre Julliard julliard at winehq.org
Sun Oct 27 15:06:17 CDT 2019


Module: wine
Branch: master
Commit: 80985a27d55ca376337536d0535cf4b941c553b6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=80985a27d55ca376337536d0535cf4b941c553b6

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Oct 25 17:38:05 2019 -0500

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

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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..10bce8e849 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, 20000), "wait failed\n");
     GetExitCodeThread(thread, &ret);
     ok(ret == S_OK, "got unexpected hr %#x\n", ret);
 




More information about the wine-cvs mailing list