Update Node Monitor Grace Period default duration to 50s

Update description

Improve flag comment

Update Test case value to be 50s by default

Update Description

Run make update

Minor description fix
This commit is contained in:
devppratik
2024-07-23 15:56:30 +05:30
parent 5420b2fe9a
commit f8bf6b97b8
7 changed files with 19 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ import (
)
const (
testNodeMonitorGracePeriod = 40 * time.Second
testNodeMonitorGracePeriod = 50 * time.Second
testNodeStartupGracePeriod = 60 * time.Second
testNodeMonitorPeriod = 5 * time.Second
testRateLimiterQPS = float32(100000)