test: fix intermittent failure of tcp_unexpected_read on windows
This commit is contained in:
parent
c85672eb13
commit
1b8307637b
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user