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.
2 parents 62de0fd + 5c20ed4 commit 4faf768Copy full SHA for 4faf768
test/extended/project/project.go
@@ -235,7 +235,7 @@ func waitForDelete(projectName string, w watch.Interface) {
235
return
236
}
237
238
- case <-time.After(5 * time.Minute):
+ case <-time.After(10 * time.Minute):
239
g.Fail(fmt.Sprintf("timeout: %v", projectName))
240
241
@@ -326,7 +326,7 @@ func waitForOnlyDelete(projectName string, w watch.Interface) {
326
327
g.Fail(fmt.Sprintf("got unexpected project %v", project.Name))
328
329
- case <-time.After(3 * time.Minute): // namespace deletions can take a while during busy e2e runs
+ case <-time.After(10 * time.Minute): // namespace deletions can take a while during busy e2e runs
330
331
332
0 commit comments