Do not execute tst_qfilesystemmodel in parallel.

It may interfere with other file system tests.

Task-number: QTBUG-29014
Change-Id: I32dd7428993b0da1a2f70ec3e581050012a4ff32
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Friedemann Kleint 2013-01-25 10:07:35 +01:00 committed by The Qt Project
parent 07e3bcdc10
commit 00ad768f10

View File

@ -1,6 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
win32:testcase.timeout = 900 # this testcase can be slow on Windows
# This testcase can be slow on Windows and may interfere with other file system tests.
win32:testcase.timeout = 900
QT += widgets widgets-private
QT += core-private gui testlib