mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #108862 from mmiranda96/fix/stats_summary_ubuntu
Increase timeout for stats/summary check
This commit is contained in:
commit
2249708b5d
@ -411,7 +411,7 @@ func recent(d time.Duration) types.GomegaMatcher {
|
|||||||
}, gomega.And(
|
}, gomega.And(
|
||||||
gomega.BeTemporally(">=", time.Now().Add(-d)),
|
gomega.BeTemporally(">=", time.Now().Add(-d)),
|
||||||
// Now() is the test start time, not the match time, so permit a few extra minutes.
|
// Now() is the test start time, not the match time, so permit a few extra minutes.
|
||||||
gomega.BeTemporally("<", time.Now().Add(2*time.Minute))))
|
gomega.BeTemporally("<", time.Now().Add(3*time.Minute))))
|
||||||
}
|
}
|
||||||
|
|
||||||
func recordSystemCgroupProcesses() {
|
func recordSystemCgroupProcesses() {
|
||||||
|
Loading…
Reference in New Issue
Block a user