mirror of
https://github.com/google/benchmark.git
synced 2024-11-25 22:47:20 +00:00
Increase complexity_test runtime slightly less.
This commit is contained in:
parent
f261c68074
commit
309ecb737f
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue