summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-08-05 14:59:51 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-06 08:30:20 +0200
commit79d7fd924ee68ead7cdf5ac0e9784e54ccb7f57c (patch)
treeb3ebe15a86e4b0c326cfb929632dd6c00f7599f5 /tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
parent586ab8edb557202baf73091335efdead1a713f43 (diff)
tst_qfilesystemmodel: increased test's permitted runtime
This test has recently timed out a few times on OS X test runs, with no relevant changes to account for the timeout. Task-number: QTBUG-27890 Change-Id: Ia24f7812ed2a0b3eac51847a7dacbc9f225b48b8 Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro')
-rw-r--r--tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
index fc9ec46e11..d180054ca8 100644
--- a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
+++ b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
@@ -1,6 +1,7 @@
CONFIG += testcase
-# This testcase can be slow on Windows and may interfere with other file system tests.
+# This testcase can be slow on Windows and OS X, and may interfere with other file system tests.
win32:testcase.timeout = 900
+macx:testcase.timeout = 900
QT += widgets widgets-private
QT += core-private gui testlib