MCPcopy
hub / github.com/argoproj/argo-workflows / WaitForWorkflowListCount

Method WaitForWorkflowListCount

test/e2e/fixtures/when.go:388–391  ·  view source on GitHub ↗
(timeout time.Duration, count int)

Source from the content-addressed store, hash-verified

386}
387
388func (w *When) WaitForWorkflowListCount(timeout time.Duration, count int) *When {
389 w.t.Helper()
390 return w.waitForWorkflowListCount(timeout+timeoutBias, w.listOptions().LabelSelector, count)
391}
392
393func (w *When) waitForWorkflowListCount(timeout time.Duration, labelSelector string, count int) *When {
394 w.t.Helper()

Callers 2

TestBasicMethod · 0.80

Calls 2

listOptionsMethod · 0.95

Tested by 1

TestBasicMethod · 0.64