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
Rohan McGovern 2012-06-20 11:03:58 +10:00 committed by Qt by Nokia
parent a0cf2119a7
commit f681e99e29
1 changed files with 1 additions and 0 deletions

View File

@ -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