From 1b8307637babf749dde04149b4055fdf813c92c7 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 13 Aug 2012 22:02:45 +0200 Subject: [PATCH] test: fix intermittent failure of tcp_unexpected_read on windows --- test/test-tcp-unexpected-read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-tcp-unexpected-read.c b/test/test-tcp-unexpected-read.c index 45559c01..709d7dd5 100644 --- a/test/test-tcp-unexpected-read.c +++ b/test/test-tcp-unexpected-read.c @@ -107,7 +107,7 @@ TEST_IMPL(tcp_unexpected_read) { * start busy looping when the server sends a message and the client isn't * reading. */ - ASSERT(ticks <= 10); + ASSERT(ticks <= 20); return 0; }