Make Stackdriver Logging e2e tests less restrictive

This commit is contained in:
Mik Vyatskov 2017-05-22 18:14:20 +02:00
parent 16b5093feb
commit f605040165

View File

@ -27,7 +27,7 @@ import (
)
const (
loadTestMaxAllowedLostFraction = 0.001
loadTestMaxAllowedLostFraction = 0.01
loadTestMaxAllowedFluentdRestarts = 1
)