qt5base-lts/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
Rohan McGovern f681e99e29 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>
2012-06-20 03:17:05 +02:00

10 lines
242 B
Prolog

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
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel