mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
tests: extend testatomic timeout to 120 seconds
The default (i.e. 10 seconds) is not enough for slower architectures, such as alpha or hppa. Raise it to 120 seconds according to the feedback of hppa porters: https://bugs.debian.org/1095774
This commit is contained in:
parent
3eba0b6f8a
commit
52a55917d9
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ foreach(TESTCASE ${SDL_TESTS_NONINTERACTIVE})
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
set_tests_properties(testatomic PROPERTIES TIMEOUT 120)
|
||||
set_tests_properties(testautomation PROPERTIES TIMEOUT 120)
|
||||
set_tests_properties(testthread PROPERTIES TIMEOUT 40)
|
||||
set_tests_properties(testtimer PROPERTIES TIMEOUT 60)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue