user: Increase the time during which flush_events() waits for pending events

Dmitry Timoshkov dmitry at codeweavers.com
Tue Oct 3 04:15:02 CDT 2006


Hello,

this helps to fix intermittent test failures reported by Juan Lang.

Changelog:
    user: Increase the time during which flush_events() waits for
    pending events.

--- cvs/hq/wine/dlls/user/tests/win.c	Mon Oct 02 11:54:08 2006
+++ wine/dlls/user/tests/win.c	Tue Oct 03 09:10:39 2006
@@ -64,7 +64,7 @@ static HMENU hmenu;
 static void flush_events(void)
 {
     MSG msg;
-    int diff = 100;
+    int diff = 200;
     DWORD time = GetTickCount() + diff;
 
     while (diff > 0)





More information about the wine-patches mailing list