From 39db937da5eb1b52864aa59394af1d67143a40bd Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Sat, 22 Aug 2020 19:23:57 -0400 Subject: [PATCH] Adjust e2e timeouts --- test/e2e/framework/util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {