Commit 653fd033 authored by TousakaRin's avatar TousakaRin

Reduce the execution time of brpc_circuit_unittest

parent a9e95487
...@@ -23,7 +23,7 @@ const int kLongWindowSize = 1000; ...@@ -23,7 +23,7 @@ const int kLongWindowSize = 1000;
const int kShortWindowErrorPercent = 10; const int kShortWindowErrorPercent = 10;
const int kLongWindowErrorPercent = 5; const int kLongWindowErrorPercent = 5;
const int kMinIsolationDurationMs = 100; const int kMinIsolationDurationMs = 100;
const int kMaxIsolationDurationMs = 30000; const int kMaxIsolationDurationMs = 1000;
const int kErrorCodeForFailed = 131; const int kErrorCodeForFailed = 131;
const int kErrorCodeForSucc = 0; const int kErrorCodeForSucc = 0;
const int kErrorCost = 1000; const int kErrorCost = 1000;
......
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