tst_qgraphicsview: increase test timeout further
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 13 Aug 2012 00:28:35 +0000 (10:28 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 13 Aug 2012 05:14:40 +0000 (07:14 +0200)
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>
tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro

index 45a9fb3..288c9ae 100644 (file)
@@ -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