withTimeout method

ConfigBuilder withTimeout(
  1. int newTimeout
)

Implementation

ConfigBuilder withTimeout(int newTimeout) {
  _timeout = newTimeout;
  return this;
}