tst_qquicklistview: further increase test timeout
authorKent Hansen <kent.hansen@nokia.com>
Tue, 12 Jun 2012 17:46:48 +0000 (19:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 12 Jun 2012 22:09:19 +0000 (00:09 +0200)
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>
tests/auto/quick/qquicklistview/qquicklistview.pro

index 99fd2e0..98ade83 100644 (file)
@@ -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