Commit e7918897 authored by Mik Vyatskov's avatar Mik Vyatskov

Lower limit for allowed losses in Stackdriver Logging tests

parent ac90c0e4
...@@ -27,7 +27,7 @@ import ( ...@@ -27,7 +27,7 @@ import (
) )
const ( const (
loadTestMaxAllowedLostFraction = 0.01 loadTestMaxAllowedLostFraction = 0.001
loadTestMaxAllowedFluentdRestarts = 1 loadTestMaxAllowedFluentdRestarts = 1
) )
......
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