Commit 9c4c60d2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increase timeout for watcher_cross_stop test to 20 seconds

parent 5cb3ba5b
diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c 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/test/test-fs.c 2019-05-21 23:14:45.000000000 +0930
+++ libuv-v1.29.1-fix_tests/test/test-fs.c 2019-10-16 19:23:44.164973524 +1030 +++ libuv-v1.29.1-fix_tests/test/test-fs.c 2020-07-21 13:40:53.646273147 +0930
@@ -1277,8 +1277,6 @@ @@ -1277,8 +1277,6 @@
*/ */
ASSERT(s->st_birthtim.tv_sec == 0 || ASSERT(s->st_birthtim.tv_sec == 0 ||
...@@ -12,7 +12,7 @@ diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c ...@@ -12,7 +12,7 @@ diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c
#endif #endif
diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.h 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/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 +++ libuv-v1.29.1-fix_tests/test/test-list.h 2020-07-21 13:47:59.502246438 +0930
@@ -574,7 +574,7 @@ @@ -574,7 +574,7 @@
#ifdef __MVS__ #ifdef __MVS__
TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000) TEST_ENTRY_CUSTOM (tcp_writealot, 0, 0, 20000)
...@@ -22,3 +22,12 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list. ...@@ -22,3 +22,12 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.
#endif #endif
TEST_HELPER (tcp_writealot, tcp4_echo_server) TEST_HELPER (tcp_writealot, tcp4_echo_server)
@@ -747,7 +747,7 @@
TEST_ENTRY (loop_handles)
TEST_ENTRY (walk_handles)
- TEST_ENTRY (watcher_cross_stop)
+ TEST_ENTRY_CUSTOM (watcher_cross_stop, 0, 0, 20000)
TEST_ENTRY (active)
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