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 <kalle.ju.lehtonen@nokia.com>
bb10
Rohan McGovern 2012-08-13 10:28:35 +10:00 committed by Qt by Nokia
parent d370b365da
commit 4ef1ddc641
1 changed files with 1 additions and 1 deletions

View File

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