Problem: timeout on test_many_sockets with epoll

Solution: increase timeout, remove timeout settings for unsupported poll poller
This commit is contained in:
Simon Giesecke 2018-05-23 13:21:36 +02:00
parent 275a89ac3c
commit 2bdf86d6c2

View File

@ -217,9 +217,8 @@ if(ZMQ_HAVE_CURVE)
endif()
set_tests_properties(test_heartbeats PROPERTIES TIMEOUT 60)
if(WIN32 AND ${POLLER} MATCHES "poll")
set_tests_properties(test_many_sockets PROPERTIES TIMEOUT 30)
set_tests_properties(test_immediate PROPERTIES TIMEOUT 30)
if(WIN32 AND ${POLLER} MATCHES "epoll")
set_tests_properties(test_many_sockets PROPERTIES TIMEOUT 120)
endif()
#add additional required flags