summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-29 16:07:14 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-31 00:50:15 +0200
commit9990d09534f61b9a163933618a1f33ba59925662 (patch)
treeb6c453300ca90d69aef40022368056ea311eab20 /tests/auto/declarative/qmlvisual
parent0014ec0a65ec2ce6ef29938e552dae7aca90024d (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: I21b4e8c029ad5ec0f76d4139e86521134fe1e67a Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qmlvisual')
-rw-r--r--tests/auto/declarative/qmlvisual/qmlvisual.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/qmlvisual.pro b/tests/auto/declarative/qmlvisual/qmlvisual.pro
index 319f1b56..851aa20e 100644
--- a/tests/auto/declarative/qmlvisual/qmlvisual.pro
+++ b/tests/auto/declarative/qmlvisual/qmlvisual.pro
@@ -1,4 +1,5 @@
CONFIG += testcase
+testcase.timeout = 600 # this test is slow
TARGET = tst_qmlvisual
QT += testlib