qt5base-lts/tests/auto/widgets/kernel/qwidget/qwidget.pro
Rohan McGovern dd3e4f1dbe 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 <toby.tomkins@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
2012-05-29 09:39:18 +02:00

26 lines
524 B
Prolog

CONFIG += testcase
testcase.timeout = 600 # this test is slow
TARGET = tst_qwidget
QT += widgets core-private gui-private widgets-private testlib
SOURCES += tst_qwidget.cpp
RESOURCES = qwidget.qrc
aix-g++*:QMAKE_CXXFLAGS+=-fpermissive
CONFIG += x11inc
mac {
LIBS += -framework Security -framework AppKit -framework Carbon
OBJECTIVE_SOURCES += tst_qwidget_mac_helpers.mm
}
x11 {
LIBS += $$QMAKE_LIBS_X11
}
!wince*:win32: LIBS += -luser32 -lgdi32
CONFIG+=insignificant_test # QTBUG-25300, QTBUG-23695