Increase complexity_test runtime slightly less.

This commit is contained in:
Eric Fiselier 2016-09-03 00:18:02 -06:00
parent f261c68074
commit 309ecb737f
1 changed files with 1 additions and 1 deletions

View File

@ -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()