Skip to content

Commit 3f99b3e

Browse files
author
Daniel Vaseekaran
committed
Increased log length even more
1 parent c04b3fa commit 3f99b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func snapshotClusterAndCompare(snapshottedInitialInfo *clusterSnapshot) bool {
144144
// Only doing this here because other assertions typically don't run against objects with this many elements.
145145
initialMaxLength := format.MaxLength
146146
defer func() { format.MaxLength = initialMaxLength }()
147-
format.MaxLength = 18000
147+
format.MaxLength = 90000
148148

149149
Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
150150
})

0 commit comments

Comments
 (0)