commit 3e14c4ad589e9ee1bae0f7b954a36fe65e7da439
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 14:00:23 2021 +0200
Increase ctest timeout for database schema migration tests
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 0a9ab6a..6072cb2 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -180,7 +180,7 @@ rm -rf \
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
%ifarch x86_64
- %global ctest_timeout_secs 60
+ %global ctest_timeout_secs 180
%global ctest_exclude_regex EngineBufferE2ETest
%endif
Show replies by date