[PATCH v2 4/5] quartz/tests: Increase the timeout in test_media_event().

Zebediah Figura z.figura12 at gmail.com
Wed Oct 9 23:15:09 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
In an attempt to fix failures like <http://test.winehq.org/data/15bf3eee2cf05ce98011458fc5e715f4524c4ebd/win7_fg-win7u64-1spie9-de/quartz:filtergraph.html>.

 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 ef6bfd01751..f22c863f743 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)
-- 
2.23.0




More information about the wine-devel mailing list