mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Merge pull request #127440 from kannon92/fix-image-default-flake
Deflake "should use the image defaults if command and args are blank" test by increasing timeout
This commit is contained in:
commit
e8d0e006be
@ -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