Commit 65046435 authored by Mik Vyatskov's avatar Mik Vyatskov

Adjust the Stackdriver Logging length test

Signed-off-by: 's avatarMik Vyatskov <vmik@google.com>
parent dd169aab
......@@ -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",
......
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