Zebediah Figura : quartz/tests: Increase the timeout in test_media_event().

Alexandre Julliard julliard at winehq.org
Tue Oct 15 13:11:25 CDT 2019


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Wed Oct  9 23:15:09 2019 -0500

quartz/tests: Increase the timeout in test_media_event().

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

---

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

diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index b1a606f061..842f3168cb 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -512,7 +512,7 @@ static void test_media_event(IFilterGraph2 *graph)
 
     while (!got_eos)
     {
-        if (WaitForSingleObject(event, 1000) == WAIT_TIMEOUT)
+        if (WaitForSingleObject(event, 2000) == WAIT_TIMEOUT)
             break;
 
         while ((hr = IMediaEvent_GetEvent(media_event, &code, &lparam1, &lparam2, 0)) == S_OK)




More information about the wine-cvs mailing list