Increase timeout of slow test for ASAN-enabled build

Change-Id: I47b6e7e1462c1af7d41677bfe7bb0f78430f72d1
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Dimitrios Apostolou 2022-06-03 19:54:58 +02:00
parent f0c0ec59df
commit 96001cb812

View File

@ -15,3 +15,7 @@ qt_internal_add_test(tst_qcryptographichash
tst_qcryptographichash.cpp
TESTDATA ${test_data}
)
if(QT_FEATURE_sanitize_address)
set_property(TEST tst_qcryptographichash APPEND PROPERTY ENVIRONMENT "QTEST_FUNCTION_TIMEOUT=900000")
endif()