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>
This commit is contained in:
Sergio Ahumada 2013-08-05 14:59:51 +02:00 committed by The Qt Project
parent 586ab8edb5
commit 79d7fd924e

View File

@ -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