Adjust the Stackdriver Logging length test

Signed-off-by: Mik Vyatskov <vmik@google.com>
This commit is contained in:
Mik Vyatskov
2018-01-12 20:26:37 +01:00
parent dd169aabe8
commit 65046435e7

View File

@@ -108,7 +108,7 @@ var _ = instrumentation.SIGDescribe("Cluster level logging implemented by Stackd
})
ginkgo.By("Checking that too long lines are trimmed", func() {
maxLength := 100000
maxLength := 100 * 1024
cmd := []string{
"/bin/sh",
"-c",