mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Increase pressure timout on DiskPressure test
This commit is contained in:
parent
e2477171ca
commit
0839c00b76
@ -51,7 +51,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
postTestConditionMonitoringPeriod = 1 * time.Minute
|
postTestConditionMonitoringPeriod = 1 * time.Minute
|
||||||
evictionPollInterval = 2 * time.Second
|
evictionPollInterval = 2 * time.Second
|
||||||
pressureDisappearTimeout = 1 * time.Minute
|
pressureDisappearTimeout = 10 * time.Minute
|
||||||
// pressure conditions often surface after evictions because the kubelet only updates
|
// pressure conditions often surface after evictions because the kubelet only updates
|
||||||
// node conditions periodically.
|
// node conditions periodically.
|
||||||
// we wait this period after evictions to make sure that we wait out this delay
|
// we wait this period after evictions to make sure that we wait out this delay
|
||||||
|
Loading…
Reference in New Issue
Block a user