Increase pressure timout on DiskPressure test

This commit is contained in:
Odin Ugedal
2021-06-23 20:12:46 +02:00
parent e2477171ca
commit 0839c00b76

View File

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