Skip to content

Commit b2ed426

Browse files
committed
test: bump deletion timeout; full suite passing locally, but CI seems to need more time now
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 7aae365 commit b2ed426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/util/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func WaitClustersDeleted(restcfg *rest.Config) error {
121121
}
122122
}
123123
return fmt.Errorf("wait all clusters are deleted")
124-
}, time.Second*180, time.Second*2).Should(gomega.Succeed())
124+
}, time.Second*240, time.Second*2).Should(gomega.Succeed())
125125

126126
return nil
127127
}

0 commit comments

Comments
 (0)