tst_qquickgridview: further increase test timeout
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 5 Jun 2012 02:21:02 +0000 (12:21 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 5 Jun 2012 04:07:30 +0000 (06:07 +0200)
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 <martin.jones@nokia.com>

tests/auto/quick/qquickgridview/qquickgridview.pro

index e4f95c1..c817f35 100644 (file)
@@ -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