Skip to content

Commit

Permalink
Lower timeout for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Dec 5, 2024
1 parent 4f4f7b0 commit 7b7c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcrouter/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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)
set_tests_properties("integration_${test_name}" PROPERTIES TIMEOUT 90)
endforeach()
endif()

Expand Down

0 comments on commit 7b7c3e7

Please sign in to comment.