Merge pull request #123357 from dims/bump-containerLogMonitorInterval-to-the-minimum-allowed

Bump containerLogMonitorInterval to the minimum allowed
This commit is contained in:
Kubernetes Prow Robot
2024-02-17 15:56:27 -08:00
committed by GitHub

View File

@@ -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