aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-05-29 16:16:46 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-29 10:54:05 +0200
commit3c7ac8bd3af7e11edb0af6767f8953b7c812352c (patch)
tree7a35c85575c2e44ea7f54995745c1d116a4fadba /tests/auto/quick/examples
parent6318f91dc0bf1ac428037c963b80b7a5d4e1ad30 (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: I24c91494a5cc30af1d8929c995886253ab34fe86 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/quick/examples')
-rw-r--r--tests/auto/quick/examples/examples.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/examples/examples.pro b/tests/auto/quick/examples/examples.pro
index d24fe80498..0fa42b7d24 100644
--- a/tests/auto/quick/examples/examples.pro
+++ b/tests/auto/quick/examples/examples.pro
@@ -1,4 +1,5 @@
CONFIG += testcase
+testcase.timeout = 400 # this test is slow
TARGET = tst_examples
macx:CONFIG -= app_bundle