withPollInterval method
Sets the poll interval between readiness checks.
Returns this to allow fluent chaining.
Implementation
WaitStrategy withPollInterval(Duration interval) {
pollInterval = interval;
return this;
}
Sets the poll interval between readiness checks.
Returns this to allow fluent chaining.
WaitStrategy withPollInterval(Duration interval) {
pollInterval = interval;
return this;
}