public static class Detox.DetoxIdlePolicyConfig
Specification of values to use for Espresso's IdlingPolicies timeouts.
Overrides Espresso's defaults as they tend to be too short (e.g. when running a heavy-load app on suboptimal CI machines).
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
idleResourceTimeoutSec
Directly binds to
IdlingPolicies#setIdlingResourceTimeout(long, TimeUnit). Applied in seconds. |
java.lang.Integer |
masterTimeoutSec
Directly binds to
IdlingPolicies#setMasterPolicyTimeout(long, TimeUnit). Applied in seconds. |
public java.lang.Integer masterTimeoutSec
Directly binds to IdlingPolicies#setMasterPolicyTimeout(long, TimeUnit). Applied in seconds.
public java.lang.Integer idleResourceTimeoutSec
Directly binds to IdlingPolicies#setIdlingResourceTimeout(long, TimeUnit). Applied in seconds.