From: Kent Hansen Date: Tue, 12 Jun 2012 17:46:48 +0000 (+0200) Subject: tst_qquicklistview: further increase test timeout X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=eba101e4974b3f6150e299f3f2e513124c69eadf;p=konrad%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/quick/qquicklistview/qquicklistview.pro b/tests/auto/quick/qquicklistview/qquicklistview.pro index 99fd2e0..98ade83 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