Closed guettli closed 7 months ago
From the docs at: https://github.com/onsi/gomega/blob/master/gomega_dsl.go#L375C2-L375C46
Eventually(..., "1s", "2s", ctx).Should(...)
I think this example makes no sense.
If the timeout is 1s, then there will never be polling.
durp. thanks - the example is indeed confusing. I've changed it to "10s", "2s"
"10s", "2s"
From the docs at: https://github.com/onsi/gomega/blob/master/gomega_dsl.go#L375C2-L375C46
I think this example makes no sense.
If the timeout is 1s, then there will never be polling.