Increase timeout of slow test for ASAN-enabled build
Change-Id: Iea0802220701501f18822a5eb1f1b0c22f62e705 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
64f86ca03e
commit
741fc8b752
@ -22,6 +22,10 @@ qt_internal_add_test(tst_qtextstream
|
||||
QT_TEST_SERVER_LIST "cyrus"
|
||||
)
|
||||
|
||||
if(QT_FEATURE_sanitize_address)
|
||||
set_property(TEST tst_qtextstream APPEND PROPERTY ENVIRONMENT "QTEST_FUNCTION_TIMEOUT=900000")
|
||||
endif()
|
||||
|
||||
# Resources:
|
||||
set(qtextstream_resource_files
|
||||
"../resources/big_endian/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user