Commit 2a0414c8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increase timeout for signal_multiple_loops test to 20 seconds

parent 23b80c79
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-25 00:43:58.752946047 +0930 +++ libuv-v1.29.1-fix_tests/test/test-fs.c 2020-07-25 15:59:00.389374245 +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 2020-07-25 00:47:05.461642823 +0930 +++ libuv-v1.29.1-fix_tests/test/test-list.h 2020-07-25 16:00:53.642743449 +0930
@@ -541,7 +541,7 @@ @@ -541,7 +541,7 @@
TEST_ENTRY (ipc_tcp_connection) TEST_ENTRY (ipc_tcp_connection)
TEST_ENTRY (ipc_send_zero) TEST_ENTRY (ipc_send_zero)
...@@ -40,3 +40,12 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list. ...@@ -40,3 +40,12 @@ diff -uNr libuv-v1.29.1/test/test-list.h libuv-v1.29.1-fix_tests/test/test-list.
TEST_ENTRY (active) TEST_ENTRY (active)
@@ -872,7 +872,7 @@
TEST_ENTRY (we_get_signals)
TEST_ENTRY (we_get_signal_one_shot)
TEST_ENTRY (we_get_signals_mixed)
- TEST_ENTRY (signal_multiple_loops)
+ TEST_ENTRY_CUSTOM (signal_multiple_loops, 0, 0, 20000)
TEST_ENTRY (closed_fd_events)
#endif
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