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>bb10
parent
a0cf2119a7
commit
f681e99e29
|
|
@ -1,5 +1,6 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue