From 19cbdebb0e9045b22c5c1229f9c69ab9410c7741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 28 Nov 2020 19:53:05 +0100 Subject: [PATCH] Lenghten timing threshold in --min-duration integration test --- tests/ExtraTests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ExtraTests/CMakeLists.txt b/tests/ExtraTests/CMakeLists.txt index 64b5c349..62319b38 100644 --- a/tests/ExtraTests/CMakeLists.txt +++ b/tests/ExtraTests/CMakeLists.txt @@ -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 $ --min-duration 0.22 [min_duration_test]) +add_test(NAME MinDuration::SimpleThreshold COMMAND $ --min-duration 0.245 [min_duration_test]) set_tests_properties( MinDuration::SimpleThreshold PROPERTIES