79d7fd924e
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>
11 lines
304 B
Prolog
11 lines
304 B
Prolog
CONFIG += testcase
|
|
# 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
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|