scaleFactor property

num? scaleFactor
final

The timeout factor.

The default timeout will be multiplied by this to get the new timeout. Thus a factor of 2 means that the test will take twice as long to time out, and a factor of 0.5 means that it will time out twice as quickly.

This is null for timeouts with a non-null duration and for Timeout.none.

Implementation

final num? scaleFactor;