Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
0458b85d
Commit
0458b85d
authored
Feb 13, 2018
by
Simon Giesecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: Some tests timeout on appveyor for POLLER=poll
Solution: Increase test timeouts for poll poller under Windows
parent
96131b5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CMakeLists.txt
tests/CMakeLists.txt
+5
-0
No files found.
tests/CMakeLists.txt
View file @
0458b85d
...
...
@@ -208,6 +208,11 @@ if(ZMQ_HAVE_CURVE)
set_tests_properties
(
test_security_curve PROPERTIES TIMEOUT 60
)
endif
()
if
(
WIN32 AND
${
POLLER
}
MATCHES
"poll"
)
set_tests_properties
(
test_many_sockets PROPERTIES TIMEOUT 30
)
set_tests_properties
(
test_immediate PROPERTIES TIMEOUT 30
)
endif
()
#add additional required flags
#ZMQ_USE_TWEETNACL will already be defined when not using sodium
if
(
ZMQ_HAVE_CURVE AND NOT ZMQ_USE_TWEETNACL
)
...
...
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