Dan Kegel : kernel32: comm.c: increase time slop.

Alexandre Julliard julliard at winehq.org
Wed May 14 06:43:47 CDT 2008


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

Author: Dan Kegel <dank at kegel.com>
Date:   Wed May 14 03:53:07 2008 -0700

kernel32: comm.c: increase time slop.

---

 dlls/kernel32/tests/comm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/comm.c b/dlls/kernel32/tests/comm.c
index 36e46ad..3c73eb5 100644
--- a/dlls/kernel32/tests/comm.c
+++ b/dlls/kernel32/tests/comm.c
@@ -27,7 +27,7 @@
 #define TIMEOUT 1000   /* one second for Timeouts*/
 #define SLOWBAUD 150
 #define FASTBAUD 115200
-#define TIMEDELTA 100  /* 100 ms uncertainty allowed */
+#define TIMEDELTA 150  /* 150 ms uncertainty allowed */
 
 /* Define the appropriate LOOPBACK(s) TRUE if you have a Loopback cable with
  * the mentioned shorts connected to your Serial port




More information about the wine-cvs mailing list