From 309ecb737f4ad24ff5c8fa442245192423d18e97 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 3 Sep 2016 00:18:02 -0600 Subject: [PATCH] Increase complexity_test runtime slightly less. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 33d03170..87245984 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -87,7 +87,7 @@ endif() # Attempt to work around flaky test failures when running on Appveyor servers. if (DEFINED ENV{APPVEYOR}) - set(COMPLEXITY_MIN_TIME "1.0") + set(COMPLEXITY_MIN_TIME "0.5") else() set(COMPLEXITY_MIN_TIME "0.01") endif()