withStartupTimeout method
Sets the maximum startup timeout.
Returns this to allow fluent chaining.
Implementation
WaitStrategy withStartupTimeout(Duration timeout) {
startupTimeout = timeout;
return this;
}
Sets the maximum startup timeout.
Returns this to allow fluent chaining.
WaitStrategy withStartupTimeout(Duration timeout) {
startupTimeout = timeout;
return this;
}