Increased timeout while waiting for namespace deletion
Removed waiting for namespace to be deleted in Density and Load e2e tests
This commit is contained in:
@@ -81,7 +81,7 @@ var _ = Describe("Load capacity", func() {
|
||||
deleteAllRC(configs)
|
||||
|
||||
By(fmt.Sprintf("Destroying namespace for this suite %v", ns))
|
||||
if err := deleteNS(c, ns); err != nil {
|
||||
if err := c.Namespaces().Delete(ns); err != nil {
|
||||
Failf("Couldn't delete ns %s", err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user