Meta: Set a 10 second timeout on Shell tests

Shell-backgrounding seems to be deadlocking at times, until that's
fixed, let's not take 5 hours to fail the build.
This commit is contained in:
AnotherTest 2020-12-15 21:41:55 +03:30 committed by Andreas Kling
parent 4668dfa7c7
commit eb7a943641
Notes: sideshowbarker 2024-07-19 00:48:20 +09:00

View file

@ -138,6 +138,7 @@ if (BUILD_LAGOM)
COMMAND shell_lagom "${TEST_PATH}"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
set_tests_properties("Shell-${TEST_NAME}" PROPERTIES TIMEOUT 10)
endforeach()
endif()
endif()