Lenghten timing threshold in --min-duration integration test

This commit is contained in:
Martin Hořeňovský 2020-11-28 19:53:05 +01:00
parent f30a9e3feb
commit 19cbdebb0e
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ message( STATUS "Extra tests included" )
# The MinDuration reporting tests do not need separate compilation, but
# they have non-trivial execution time, so they are categorized as
# extra tests, so that they are run less.
add_test(NAME MinDuration::SimpleThreshold COMMAND $<TARGET_FILE:SelfTest> --min-duration 0.22 [min_duration_test])
add_test(NAME MinDuration::SimpleThreshold COMMAND $<TARGET_FILE:SelfTest> --min-duration 0.245 [min_duration_test])
set_tests_properties(
MinDuration::SimpleThreshold
PROPERTIES