diff options
author | 2023-09-26 08:15:47 -0400 | |
---|---|---|
committer | 2023-09-26 08:23:08 -0400 | |
commit | 9b5862db4e20b79ff05a35834c870f0c91817cf5 (patch) | |
tree | 8a21e835cfc1b94fa4f7febbf08d985d72b8fec6 /eclass | |
parent | dev-qt/qtbase: skip flaky tst_qfont (diff) | |
download | gentoo-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.eclass | 3 |
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 |