Dmitry Timoshkov : user: Increase the time during which flush_events() waits for pending events.
Module: wine Branch: master Commit: 64886ebc9f8201d80b03e35d8afc3f42d7db1ce0 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=64886ebc9f8201d80b03e35d... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Oct 3 18:15:02 2006 +0900 user: Increase the time during which flush_events() waits for pending events. --- dlls/user/tests/win.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/user/tests/win.c b/dlls/user/tests/win.c index 7ad9aea..3ec79a5 100644 --- a/dlls/user/tests/win.c +++ b/dlls/user/tests/win.c @@ -64,7 +64,7 @@ #define COUNTOF(arr) (sizeof(arr)/sizeof static void flush_events(void) { MSG msg; - int diff = 100; + int diff = 200; DWORD time = GetTickCount() + diff; while (diff > 0)
participants (1)
-
Alexandre Julliard