mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Merge pull request #5155 from jlowdermilk/e2e
Include seconds waited in e2e/kubectl.go timeout message.
This commit is contained in:
commit
0cac9ed2fd
@ -157,7 +157,7 @@ func validateController(c *client.Client, image string, replicas int) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Failf("Timed out waiting for %s pods to reach valid state", updateDemoSelector)
|
Failf("Timed out after %d seconds waiting for %s pods to reach valid state", podStartTimeout.Seconds(), updateDemoSelector)
|
||||||
}
|
}
|
||||||
|
|
||||||
type updateDemoData struct {
|
type updateDemoData struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user