Commit c717a0ee authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46229 from crassirostris/sd-logging-e2e-less-restrictive

Automatic merge from submit-queue Make Stackdriver Logging e2e tests less restrictive To reduce flakiness, as described in https://github.com/kubernetes/kubernetes/issues/45998, until further investigation /cc @fgrzadkowski
parents 91adb3ea f6050401
...@@ -27,7 +27,7 @@ import ( ...@@ -27,7 +27,7 @@ import (
) )
const ( const (
loadTestMaxAllowedLostFraction = 0.001 loadTestMaxAllowedLostFraction = 0.01
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