diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 39140 -> 39135 bytes | |||
-rw-r--r-- | eclass/qt6-build.eclass | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex e05431bfa46a..ce61bb0ffd6a 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz 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 |