commit 381900c5460c331e763647c3f87a72ef2c3bcfb7
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sat Dec 12 13:05:04 2020 +0100
Increase test timeout from 120 sec to 180 sec
The decoding tests take more time on ARM.
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index dd0d6a6..6cc5a33 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -169,7 +169,7 @@ rm -rf \
# Run tests
# The EngineBufferE2ETest test is disabled due to spurious failures
# for x86_64 when run on AMD EPYC. Varying tests are failing sometimes.
-%ctest3 --timeout 120 --exclude-regex EngineBufferE2ETest
+%ctest3 --timeout 180 --exclude-regex EngineBufferE2ETest
# Validate AppStream data
appstream-util \