summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-09-26 08:15:47 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-26 08:23:08 -0400
commit9b5862db4e20b79ff05a35834c870f0c91817cf5 (patch)
tree8a21e835cfc1b94fa4f7febbf08d985d72b8fec6 /eclass
parentdev-qt/qtbase: skip flaky tst_qfont (diff)
downloadgentoo-9b5862db4e20b79ff05a35834c870f0c91817cf5.tar.gz
gentoo-9b5862db4e20b79ff05a35834c870f0c91817cf5.tar.bz2
gentoo-9b5862db4e20b79ff05a35834c870f0c91817cf5.zip
qt6-build.eclass: triple qtest function timeout
May help prevent flaky failures under load. Could increase further if ever a problem on some arches (beyond 1500 would be meaningless without also passing bigger --timeout to ctest). Also align exports and drop kinda unnecessary comment. Closes: https://bugs.gentoo.org/914737 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt6-build.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index 18f317e32e16..35a710b86545 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -162,9 +162,8 @@ qt6-build_src_configure() {
# @DESCRIPTION:
# Run cmake_src_test and handle anything else generic as-needed.
qt6-build_src_test() {
- # helps a few tests but is not always respected
local -x QML_IMPORT_PATH=${BUILD_DIR}${QT6_QMLDIR#"${QT6_PREFIX}"}
-
+ local -x QTEST_FUNCTION_TIMEOUT=900000 #914737
local -x QT_QPA_PLATFORM=offscreen
# TODO?: CMAKE_SKIP_TESTS skips a whole group of tests and, when