mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
set timeout to a minute to see if this resolves flakes
This commit is contained in:
parent
6f1583990a
commit
5358be5252
@ -18,6 +18,7 @@ package node
|
||||
|
||||
import (
|
||||
"context"
|
||||
"time"
|
||||
|
||||
"github.com/onsi/gomega"
|
||||
|
||||
@ -50,7 +51,7 @@ var _ = SIGDescribe("Containers", func() {
|
||||
|
||||
// The agnhost's image default entrypoint / args are: "/agnhost pause"
|
||||
// which will print out "Paused".
|
||||
gomega.Eventually(ctx, pollLogs, 3, framework.Poll).Should(gomega.ContainSubstring("Paused"))
|
||||
gomega.Eventually(ctx, pollLogs, time.Minute, framework.Poll).Should(gomega.ContainSubstring("Paused"))
|
||||
})
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user