From 0839c00b76b7888fa152a0fed8ace6e0317f00c6 Mon Sep 17 00:00:00 2001 From: Odin Ugedal Date: Wed, 23 Jun 2021 20:12:46 +0200 Subject: [PATCH] Increase pressure timout on DiskPressure test --- test/e2e_node/eviction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/eviction_test.go b/test/e2e_node/eviction_test.go index a190f737e72..b78a5411ea8 100644 --- a/test/e2e_node/eviction_test.go +++ b/test/e2e_node/eviction_test.go @@ -51,7 +51,7 @@ import ( const ( postTestConditionMonitoringPeriod = 1 * time.Minute evictionPollInterval = 2 * time.Second - pressureDisappearTimeout = 1 * time.Minute + pressureDisappearTimeout = 10 * time.Minute // pressure conditions often surface after evictions because the kubelet only updates // node conditions periodically. // we wait this period after evictions to make sure that we wait out this delay