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:
parent
4668dfa7c7
commit
eb7a943641
Notes:
sideshowbarker
2024-07-19 00:48:20 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/eb7a9436418 Pull-request: https://github.com/SerenityOS/serenity/pull/4415
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue