2268be8040
This test's runtime significantly varies on separate runs on Windows; runtimes from 10 to 830 seconds have been observed in CI. Increase the timeout to restore CI stability. Task-number: QTBUG-26006 Change-Id: Iba153e65264a177d146b2f3647ec6ba529af7135 Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
7 lines
238 B
Prolog
7 lines
238 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
win32:testcase.timeout = 1800 # test runtime varies greatly on Windows, QTBUG-26006
|
|
TARGET = tst_languagechange
|
|
QT += widgets core-private gui-private testlib
|
|
SOURCES += tst_languagechange.cpp
|