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:
Pino Toscano 2025-12-19 09:35:16 +01:00
parent 3eba0b6f8a
commit 52a55917d9

View file

@ -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)