From: Rohan McGovern Date: Tue, 5 Jun 2012 02:21:02 +0000 (+1000) Subject: tst_qquickgridview: further increase test timeout X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3a985b08e94d4d1bb61faba260df3fe13c94391c;p=konrad%2Fqtdeclarative.git tst_qquickgridview: further increase test timeout This test has timed out on several recent test runs, but appeared to be making progress. Increase the timeout to 1100 seconds, approximately twice the test's runtime from the last successful run. Change-Id: I42ca4ae860fa22348a9f23343e2f5fef65dc4a86 Reviewed-by: Martin Jones --- diff --git a/tests/auto/quick/qquickgridview/qquickgridview.pro b/tests/auto/quick/qquickgridview/qquickgridview.pro index e4f95c1..c817f35 100644 --- a/tests/auto/quick/qquickgridview/qquickgridview.pro +++ b/tests/auto/quick/qquickgridview/qquickgridview.pro @@ -1,5 +1,5 @@ CONFIG += testcase -testcase.timeout = 800 # this test can be slow +testcase.timeout = 1100 # this test can be slow TARGET = tst_qquickgridview macx:CONFIG -= app_bundle