diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6ed61060..3e27318c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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