Skip to content

Commit d3143a2

Browse files
author
Ryan Lymburner
committed
Increase suite timeout to 90 minutes
1 parent 710dffa commit d3143a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var _ = BeforeSuite(func() {
6767
Expect(err).NotTo(HaveOccurred())
6868
Expect(k8sClient).NotTo(BeNil())
6969

70-
}, 60)
70+
}, 90)
7171

7272
var _ = AfterSuite(func() {
7373
By("tearing down the test environment")

0 commit comments

Comments
 (0)