test: fix intermittent failure of tcp_unexpected_read on windows

This commit is contained in:
Bert Belder 2012-08-13 22:02:45 +02:00
parent c85672eb13
commit 1b8307637b

View File

@ -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;
}