aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test-qt-for-android.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-qt-for-android.sh')
-rwxr-xr-xscripts/test-qt-for-android.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/test-qt-for-android.sh b/scripts/test-qt-for-android.sh
index 793ba248d..55ef991d4 100755
--- a/scripts/test-qt-for-android.sh
+++ b/scripts/test-qt-for-android.sh
@@ -62,16 +62,12 @@ qbs setup-android --ndk-dir ${ANDROID_HOME}/ndk-bundle --sdk-dir ${ANDROID_HOME}
export QBS_AUTOTEST_PROFILE=qbs_autotests-android
export QBS_AUTOTEST_ALWAYS_LOG_STDERR=true
+export QTEST_FUNCTION_TIMEOUT=9000000
if [ ! "${QT_VERSION}" \< "5.14.0" ] && [ "${QT_VERSION}" \< "6.0.0" ]; then
echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14 and < 6.0.0) with all architectures"
qbs config --list
tst_blackbox-android
-
- echo "Using multi-arch data sets for qml tests (only for qt version >= 5.14) with only armv7a and x86_64"
- qbs config profiles.qbs_autotests-android-qt.qbs.architectures '["armv7a","x86_64"]'
- qbs config --list
- tst_blackbox-android
fi;
echo "Using single-arch (armv7a) data sets for qml tests"