diff --git a/mcrouter/test/CMakeLists.txt b/mcrouter/test/CMakeLists.txt index af397fe78..ea52bff43 100644 --- a/mcrouter/test/CMakeLists.txt +++ b/mcrouter/test/CMakeLists.txt @@ -23,6 +23,7 @@ if(BUILD_TESTS) NAME "integration_${test_name}" COMMAND ${Python3_EXECUTABLE} -B -m unittest -q mcrouter.test.${test_name} WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) + set_tests_properties("integration_${test_name}" PROPERTIES TIMEOUT 300) endforeach() endif()