mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2025-02-17 12:47:32 +00:00
Set the default test timeout to 30 seconds
This commit is contained in:
parent
13bf099e76
commit
a93fd1e5b6
@ -88,6 +88,8 @@ cmake_path(GET DSI_NAND FILENAME DSI_NAND_NAME)
|
||||
|
||||
include(CMakePrintHelpers)
|
||||
|
||||
set(DEFAULT_TIMEOUT 30)
|
||||
|
||||
function(add_python_test)
|
||||
set(options
|
||||
ARM7_BIOS
|
||||
@ -257,7 +259,7 @@ function(add_python_test)
|
||||
if (RETRO_TIMEOUT)
|
||||
set_tests_properties("${RETRO_NAME}" PROPERTIES TIMEOUT "${RETRO_TIMEOUT}")
|
||||
else()
|
||||
set_tests_properties("${RETRO_NAME}" PROPERTIES TIMEOUT 10)
|
||||
set_tests_properties("${RETRO_NAME}" PROPERTIES TIMEOUT "${DEFAULT_TIMEOUT}")
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user