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:
parent
f0c0ec59df
commit
96001cb812
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user