aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-12 19:46:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-13 00:09:19 +0200
commiteba101e4974b3f6150e299f3f2e513124c69eadf (patch)
tree06a2f62e863f47070f7c4bf28f47128adc99d453 /tests
parente824fa97e4a9fbaa0c850274b448568953692240 (diff)
tst_qquicklistview: further increase test timeout
This test has timed out on a recent test run, but appeared to be making progress. Increase the timeout, and remove the insignificant_test flag. Change-Id: Ic3d5f0dbf43e5d0a284ae87c9fd21552b759cbad Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquicklistview/qquicklistview.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/quick/qquicklistview/qquicklistview.pro b/tests/auto/quick/qquicklistview/qquicklistview.pro
index 99fd2e0d7b..98ade83fa0 100644
--- a/tests/auto/quick/qquicklistview/qquicklistview.pro
+++ b/tests/auto/quick/qquicklistview/qquicklistview.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-testcase.timeout = 600 # this test is slow
+testcase.timeout = 900 # this test is slow
TARGET = tst_qquicklistview
macx:CONFIG -= app_bundle
@@ -13,4 +13,3 @@ include (../shared/util.pri)
TESTDATA = data/*
QT += core-private gui-private qml-private quick-private v8-private testlib
-CONFIG += insignificant_test