summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-06-20 11:03:58 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-20 03:17:05 +0200
commitf681e99e29e6d3b211d74ef27355b0c1962fd555 (patch)
tree3dd264f922708e456af6dda81047969d7fcd2585 /tests
parenta0cf2119a74b7f17d3c417bd7364376dd1e0652d (diff)
tst_qfilesystemmodel: increased test's permitted runtime
This test has recently timed out a few times on Windows test runs, with no relevant changes to account for the timeout. Double the permitted runtime. Change-Id: I93765c9ea592973495bfe3a2f63e63ed615eb542 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
index 076025e325..4e575483af 100644
--- a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
+++ b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
@@ -1,5 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
+win32:testcase.timeout = 900 # this testcase can be slow on Windows
QT += widgets widgets-private
QT += core-private gui testlib