summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothtransfermanager
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-29 16:18:07 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 08:32:17 +0200
commit28469c0508423fa1c32aa28d4a298ffe6fcb4593 (patch)
tree8d48053d39e9f1440b35c561f224b0be3f56f201 /tests/auto/qbluetoothtransfermanager
parent90813253870f5a5e9e6c02c4f299ec8bd399a210 (diff)
Set explicit testcase.timeout for slow tests
We'd like to decrease the default timeout for tests in the Qt Project CI so that we waste less time waiting for hanging tests. Tests which genuinely take a long time to run, such as these, should have their timeout explicitly set in their .pro file. Change-Id: I46f6728a26661bf9355d68fa739c3029507c2cec Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests/auto/qbluetoothtransfermanager')
-rw-r--r--tests/auto/qbluetoothtransfermanager/qbluetoothtransfermanager.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qbluetoothtransfermanager/qbluetoothtransfermanager.pro b/tests/auto/qbluetoothtransfermanager/qbluetoothtransfermanager.pro
index a2003298..c78e8e28 100644
--- a/tests/auto/qbluetoothtransfermanager/qbluetoothtransfermanager.pro
+++ b/tests/auto/qbluetoothtransfermanager/qbluetoothtransfermanager.pro
@@ -1,6 +1,7 @@
SOURCES += tst_qbluetoothtransfermanager.cpp
TARGET=tst_qbluetoothtransfermanager
CONFIG += testcase
+testcase.timeout = 250 # this test is slow
QT = core concurrent bluetooth testlib