From f681e99e29e6d3b211d74ef27355b0c1962fd555 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 20 Jun 2012 11:03:58 +1000 Subject: 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 --- tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro index 076025e325..4e575483af 100644 --- a/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro +++ b/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro @@ -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 -- cgit v1.2.3