Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libuv
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libuv
Commits
9c4c60d2
Commit
9c4c60d2
authored
Jul 21, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase timeout for watcher_cross_stop test to 20 seconds
parent
5cb3ba5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
libuv-v1.29.1-fix_tests.patch
libuv-v1.29.1-fix_tests.patch
+11
-2
No files found.
libuv-v1.29.1-fix_tests.patch
View file @
9c4c60d2
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 20
19-10-16 19:23:44.164973524 +10
30
+++ libuv-v1.29.1-fix_tests/test/test-fs.c 20
20-07-21 13:40:53.646273147 +09
30
@@ -1277,8 +1277,6 @@
*/
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
#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 20
19-10-16 19:22:55.119862238 +10
30
+++ libuv-v1.29.1-fix_tests/test/test-list.h 20
20-07-21 13:47:59.502246438 +09
30
@@ -574,7 +574,7 @@
#ifdef __MVS__
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.
#endif
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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment