mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #129999 from pohly/test-e2e-node-timeout
E2E node: fix --timeout default
This commit is contained in:
commit
491a23f079
@ -154,7 +154,7 @@ func RunRemote(cfg RunRemoteConfig) (string, bool, error) {
|
||||
}
|
||||
|
||||
allGinkgoFlags := cfg.GinkgoArgs
|
||||
if !strings.Contains(allGinkgoFlags, "--timeout") {
|
||||
if !strings.Contains(allGinkgoFlags, "-timeout") {
|
||||
klog.Warningf("ginkgo flags are missing explicit --timeout (ginkgo defaults to 60 minutes)")
|
||||
// see https://github.com/onsi/ginkgo/blob/master/docs/index.md#:~:text=ginkgo%20%2D%2Dtimeout%3Dduration
|
||||
// ginkgo suite timeout should be more than the default but less than the
|
||||
|
Loading…
Reference in New Issue
Block a user