Adjust the Stackdriver Logging length test
Signed-off-by: Mik Vyatskov <vmik@google.com>
This commit is contained in:
@@ -108,7 +108,7 @@ var _ = instrumentation.SIGDescribe("Cluster level logging implemented by Stackd
|
|||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.By("Checking that too long lines are trimmed", func() {
|
ginkgo.By("Checking that too long lines are trimmed", func() {
|
||||||
maxLength := 100000
|
maxLength := 100 * 1024
|
||||||
cmd := []string{
|
cmd := []string{
|
||||||
"/bin/sh",
|
"/bin/sh",
|
||||||
"-c",
|
"-c",
|
||||||
|
Reference in New Issue
Block a user