resolveTimeout property

Duration resolveTimeout
final

Specify a timeout for your PreconditionFunction. After this period test is evaluated as "failed". Default value is 10 seconds. Because all test are executed simultaneously, we can say that "evaluation" method in PreconditionsRepository will run for maximum duration equal to maximum timeout among all executed tests.

Implementation

final Duration resolveTimeout;