diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index 8e5401c9d..e094166f1 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -35,10 +35,10 @@ import ( const ( // Poll how often to poll for conditions - Poll = 1 * time.Second + Poll = 2 * time.Second // DefaultTimeout time to wait for operations to complete - DefaultTimeout = 180 * time.Second + DefaultTimeout = 5 * time.Minute ) func nowStamp() string {