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
e7043c81
Commit
e7043c81
authored
Feb 03, 2020
by
Simon Giesecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: intermittent timeouts of test_reconnect_ivl
Solution: increase timeout to 15 seconds
parent
75dfbae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
tests/CMakeLists.txt
+2
-0
No files found.
tests/CMakeLists.txt
View file @
e7043c81
...
...
@@ -292,6 +292,8 @@ endif()
set_tests_properties
(
test_security_zap PROPERTIES TIMEOUT 60
)
set_tests_properties
(
test_reconnect_ivl PROPERTIES TIMEOUT 15
)
#Check whether all tests in the current folder are present
file
(
READ
"
${
CMAKE_CURRENT_LIST_FILE
}
"
CURRENT_LIST_FILE_CONTENT
)
file
(
GLOB ALL_TEST_SOURCES
"test_*.cpp"
)
...
...
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