mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
Problem: timeout on test_many_sockets with epoll
Solution: increase timeout, remove timeout settings for unsupported poll poller
This commit is contained in:
parent
275a89ac3c
commit
2bdf86d6c2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user