From dfc598b6feb21f03139bc642a048a41e7c213bf0 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 17 Feb 2024 17:52:59 -0500 Subject: [PATCH] Bump containerLogMonitorInterval to the minimum allowed Signed-off-by: Davanum Srinivas --- test/e2e_node/container_log_rotation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/container_log_rotation_test.go b/test/e2e_node/container_log_rotation_test.go index 1912777b22f..d80cc26fae0 100644 --- a/test/e2e_node/container_log_rotation_test.go +++ b/test/e2e_node/container_log_rotation_test.go @@ -37,7 +37,7 @@ const ( testContainerLogMaxFiles = 3 testContainerLogMaxSize = "40Ki" testContainerLogMaxWorkers = 2 - testContainerLogMonitorInterval = 2 * time.Second + testContainerLogMonitorInterval = 3 * time.Second rotationPollInterval = 5 * time.Second rotationEventuallyTimeout = 3 * time.Minute rotationConsistentlyTimeout = 2 * time.Minute