summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-08-13 10:28:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-13 07:14:40 +0200
commit4ef1ddc641ec8d0a2719da2b3aa9d4058ded7622 (patch)
treed19b8596d8f51303a0cf57f98f37a4d37e89b0f7 /tests
parentd370b365daff7d3fa9927559ddfbb17a2d5f3e29 (diff)
tst_qgraphicsview: increase test timeout further
This test has recently timed out in CI, but appeared to be making progress. Give it more time to complete. Change-Id: Ied0fb7aad35ed6d5889dd585a7545687617e5e19 Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro b/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro
index 45a9fb3448..288c9ae85a 100644
--- a/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro
+++ b/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-testcase.timeout = 250 # this test is slow
+testcase.timeout = 500 # this test is slow
TARGET = tst_qgraphicsview
QT += widgets widgets-private testlib