Commit 309ecb73 by Eric Fiselier

Increase complexity_test runtime slightly less.

parent f261c680
...@@ -87,7 +87,7 @@ endif() ...@@ -87,7 +87,7 @@ endif()
# Attempt to work around flaky test failures when running on Appveyor servers. # Attempt to work around flaky test failures when running on Appveyor servers.
if (DEFINED ENV{APPVEYOR}) if (DEFINED ENV{APPVEYOR})
set(COMPLEXITY_MIN_TIME "1.0") set(COMPLEXITY_MIN_TIME "0.5")
else() else()
set(COMPLEXITY_MIN_TIME "0.01") set(COMPLEXITY_MIN_TIME "0.01")
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment