tst_languagechange: increased timeout on Windows
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>
This commit is contained in:
parent
b930487896
commit
2268be8040
@ -1,5 +1,6 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user