From 4ef1ddc641ec8d0a2719da2b3aa9d4058ded7622 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 13 Aug 2012 10:28:35 +1000 Subject: [PATCH] tst_qgraphicsview: increase test timeout further This test has recently timed out in CI, but appeared to be making progress. Give it more time to complete. Change-Id: Ied0fb7aad35ed6d5889dd585a7545687617e5e19 Reviewed-by: Kalle Lehtonen --- tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro b/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro index 45a9fb3..288c9ae 100644 --- a/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro +++ b/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro @@ -1,5 +1,5 @@ CONFIG += testcase -testcase.timeout = 250 # this test is slow +testcase.timeout = 500 # this test is slow TARGET = tst_qgraphicsview QT += widgets widgets-private testlib -- 2.7.4