Commit bb3379a4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased timeout for tcp_writealot test to allow it to pass on slow systems

parent 5599f12e
diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c
--- libuv-v1.29.1/test/test-fs.c 2019-05-21 23:14:45.000000000 +0930
+++ libuv-v1.29.1-fix_tests/test/test-fs.c 2019-07-12 18:06:12.282477006 +0930
+++ libuv-v1.29.1-fix_tests/test/test-fs.c 2019-10-16 19:23:44.164973524 +1030
@@ -1277,8 +1277,6 @@
*/
ASSERT(s->st_birthtim.tv_sec == 0 ||
......@@ -10,3 +10,15 @@ diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c
ASSERT(s->st_flags == 0);
ASSERT(s->st_gen == 0);
#endif
diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.h
--- libuv-v1.29.1/test/test-list.h 2019-05-21 23:14:45.000000000 +0930
+++ libuv-v1.29.1-fix_tests/test/test-list.h 2019-10-16 19:22:55.119862238 +1030
@@ -574,7 +574,7 @@
#ifdef __MVS__
TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#else
- TEST_ENTRY (tcp_writealot)
+ TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
#endif
TEST_HELPER (tcp_writealot, tcp4_echo_server)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment