Commit 23b80c79 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increase timeout for ipc_closed_handle test to 20 seconds

parent 9c4c60d2
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 2020-07-21 13:40:53.646273147 +0930 +++ libuv-v1.29.1-fix_tests/test/test-fs.c 2020-07-25 00:43:58.752946047 +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,16 @@ diff -uNr libuv-v1.29.1/test/test-fs.c libuv-v1.29.1-fix_tests/test/test-fs.c ...@@ -12,7 +12,16 @@ 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 2020-07-21 13:47:59.502246438 +0930 +++ libuv-v1.29.1-fix_tests/test/test-list.h 2020-07-25 00:47:05.461642823 +0930
@@ -541,7 +541,7 @@
TEST_ENTRY (ipc_tcp_connection)
TEST_ENTRY (ipc_send_zero)
#ifndef _WIN32
- TEST_ENTRY (ipc_closed_handle)
+ TEST_ENTRY_CUSTOM (ipc_closed_handle, 0, 0, 20000)
#endif
TEST_ENTRY (tcp_alloc_cb_fail)
@@ -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)
......
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