aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-06-05 12:21:02 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-05 06:07:30 +0200
commit3a985b08e94d4d1bb61faba260df3fe13c94391c (patch)
tree7b46820d5d45e94d27c8f089d4fb604dcc813c64 /tests
parent2d1fc405b4048560a6f80add6ee6492fa934c91f (diff)
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 <martin.jones@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickgridview/qquickgridview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickgridview/qquickgridview.pro b/tests/auto/quick/qquickgridview/qquickgridview.pro
index e4f95c16dd..c817f35ce4 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