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:
parent
07e3bcdc10
commit
00ad768f10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user