From dd3e4f1dbe868a8524ac199af838bb5f48d8bb9d Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 29 May 2012 16:20:22 +1000 Subject: Set explicit testcase.timeout for slow tests We'd like to decrease the default timeout for tests in the Qt Project CI so that we waste less time waiting for hanging tests. Tests which genuinely take a long time to run, such as these, should have their timeout explicitly set in their .pro file. Change-Id: I4fe6249e9efa764b230251d73a1115c24411e168 Reviewed-by: Toby Tomkins Reviewed-by: Kalle Lehtonen --- tests/auto/widgets/kernel/qwidget/qwidget.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/widgets/kernel/qwidget') diff --git a/tests/auto/widgets/kernel/qwidget/qwidget.pro b/tests/auto/widgets/kernel/qwidget/qwidget.pro index 678796d2e5..ffb0920676 100644 --- a/tests/auto/widgets/kernel/qwidget/qwidget.pro +++ b/tests/auto/widgets/kernel/qwidget/qwidget.pro @@ -1,4 +1,5 @@ CONFIG += testcase +testcase.timeout = 600 # this test is slow TARGET = tst_qwidget QT += widgets core-private gui-private widgets-private testlib -- cgit v1.2.3