From 3c7253623e5914545e08e9e004d698fb4b1b476e Mon Sep 17 00:00:00 2001
From: Pino Toscano <[EMAIL REDACTED]>
Date: Fri, 19 Dec 2025 09:35:16 +0100
Subject: [PATCH] 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
---
test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d86e81e0..0437b62f 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -79,7 +79,7 @@ test_program(checkkeysthreads SRC "checkkeysthreads.c")
test_program(controllermap SRC "controllermap.c" "testutils.c")
test_program(loopwave SRC "loopwave.c" "testutils.c")
test_program(loopwavequeue SRC "loopwavequeue.c" "testutils.c")
-test_program(testatomic NONINTERACTIVE SRC "testatomic.c")
+test_program(testatomic NONINTERACTIVE TIMEOUT 120 SRC "testatomic.c")
test_program(testaudiocapture SRC "testaudiocapture.c")
test_program(testaudiohotplug SRC "testaudiohotplug.c" "testutils.c")
test_program(testaudioinfo SRC "testaudioinfo.c")