We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04b3fa commit 3f99b3eCopy full SHA for 3f99b3e
tests/e2e/test_snapshot.go
@@ -144,7 +144,7 @@ func snapshotClusterAndCompare(snapshottedInitialInfo *clusterSnapshot) bool {
144
// Only doing this here because other assertions typically don't run against objects with this many elements.
145
initialMaxLength := format.MaxLength
146
defer func() { format.MaxLength = initialMaxLength }()
147
- format.MaxLength = 18000
+ format.MaxLength = 90000
148
149
Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
150
})
0 commit comments