Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Aug 15, 2024
1 parent 507f577 commit 00d50ce
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ protected Boolean initialize() throws ConcurrentException {
};
public static final Map<String, Duration> DEVICE_IGNORE_AUTOMATION_TIMERS = new ConcurrentHashMap<>();

private static final Duration DOWN_TIMEOUT = Optional.ofNullable(System.getenv("DOWN_TIMEOUT"))
.filter(StringUtils::isNotBlank)
.map(Integer::parseInt)
.map(Duration::ofSeconds)
.orElse(Duration.ofMinutes(1));
// adb/wda timeout
private static final Duration UNHEALTHY_MOBILE_TIMEOUT = Optional.ofNullable(System.getenv("UNHEALTHY_MOBILE_TIMEOUT"))
.filter(StringUtils::isNotBlank)
Expand Down

0 comments on commit 00d50ce

Please # to comment.