Skip to content

Commit

Permalink
Set explicit timeout for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Jul 31, 2024
1 parent 5cd6e1f commit 90964da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcrouter/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 90964da

Please sign in to comment.