We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872cef0 commit 912fb73Copy full SHA for 912fb73
tests/e2e/faultinjection/duplicate_node_id.go
@@ -44,7 +44,7 @@ var _ = ginkgo.Describe("Duplicate node handling", func() {
44
}
45
node2 := e2e.AddEphemeralNode(network, node2Flags)
46
47
- ginkgo.By("checking that the second new node fails to become healthy within timeout")
+ ginkgo.By("checking that the second new node fails to become healthy before timeout")
48
ctx, cancel := context.WithTimeout(context.Background(), e2e.DefaultNodeStartTimeout)
49
defer cancel()
50
err := node2.WaitForHealthy(ctx)
0 commit comments