Commit 2bdf86d6 authored by Simon Giesecke's avatar Simon Giesecke

Problem: timeout on test_many_sockets with epoll

Solution: increase timeout, remove timeout settings for unsupported poll poller
parent 275a89ac
...@@ -217,9 +217,8 @@ if(ZMQ_HAVE_CURVE) ...@@ -217,9 +217,8 @@ if(ZMQ_HAVE_CURVE)
endif() endif()
set_tests_properties(test_heartbeats PROPERTIES TIMEOUT 60) set_tests_properties(test_heartbeats PROPERTIES TIMEOUT 60)
if(WIN32 AND ${POLLER} MATCHES "poll") if(WIN32 AND ${POLLER} MATCHES "epoll")
set_tests_properties(test_many_sockets PROPERTIES TIMEOUT 30) set_tests_properties(test_many_sockets PROPERTIES TIMEOUT 120)
set_tests_properties(test_immediate PROPERTIES TIMEOUT 30)
endif() endif()
#add additional required flags #add additional required flags
......
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