timeout property
double
get
timeout
The effective startup timeout in seconds: maxTries × sleepTime.
Used as the default WaitStrategy.startupTimeout. Default: 120.0 s.
Implementation
double get timeout => maxTries * sleepTime;