Alexandre Julliard : ole32/tests: Increase a timeout.

Alexandre Julliard julliard at winehq.org
Wed Oct 30 18:40:11 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 30 22:33:15 2019 +0100

ole32/tests: Increase a timeout.

It's too short when running under QEMU.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ole32/tests/compobj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c
index 6361f5f0da..69a38d48b2 100644
--- a/dlls/ole32/tests/compobj.c
+++ b/dlls/ole32/tests/compobj.c
@@ -3031,7 +3031,7 @@ static void test_CoWaitForMultipleHandles(void)
 
     /* test message pumping when CoWaitForMultipleHandles is called from non main apartment thread */
     thread = CreateThread(NULL, 0, test_CoWaitForMultipleHandles_thread, handles, 0, &tid);
-    index = WaitForSingleObject(thread, 500);
+    index = WaitForSingleObject(thread, 5000);
     ok(index == WAIT_OBJECT_0, "WaitForSingleObject failed\n");
     CloseHandle(thread);
 




More information about the wine-cvs mailing list