diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index e14010509..d2f1bd050 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -38,7 +38,7 @@ const ( Poll = 2 * time.Second // DefaultTimeout time to wait for operations to complete - DefaultTimeout = 90 * time.Second + DefaultTimeout = 180 * time.Second ) func nowStamp() string {