aboutsummaryrefslogtreecommitdiff
path: root/deps/uv/test/test-tcp-unexpected-read.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-tcp-unexpected-read.c')
-rw-r--r--deps/uv/test/test-tcp-unexpected-read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/test-tcp-unexpected-read.c b/deps/uv/test/test-tcp-unexpected-read.c
index 45559c0133..709d7dd50e 100644
--- a/deps/uv/test/test-tcp-unexpected-read.c
+++ b/deps/uv/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;
}