From 79d7fd924ee68ead7cdf5ac0e9784e54ccb7f57c Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 5 Aug 2013 14:59:51 +0200 Subject: [PATCH] tst_qfilesystemmodel: increased test's permitted runtime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Sergio Ahumada --- .../auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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