Skip to content

Commit a15a67a

Browse files
committed
resolve comment 2
1 parent edba3ff commit a15a67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scaffold/k8s.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func (s *Scaffold) ResourceApplied(resourType, resourceName, resourceRaw string,
232232
hryaml, err := s.GetResourceYaml(resourType, resourceName)
233233
Expect(err).NotTo(HaveOccurred(), fmt.Sprintf("getting %s yaml", resourType))
234234
return hryaml
235-
}, "8s", "2s").
235+
}).WithTimeout(8*time.Second).ProbeEvery(2*time.Second).
236236
Should(
237237
SatisfyAll(
238238
ContainSubstring(`status: "True"`),

0 commit comments

Comments
 (0)