Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Dec 2, 2023
1 parent 9e8dc97 commit 8480469
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class Config {
public static final Long NETTY_STATUS_TIMEOUT = 32_000L;
public static final Long EXPLICIT_TIMEOUT = 16_000L;
public static final Long IMPLICIT_TIMEOUT = 8_000L;
public static final Long IMPLICIT_TIMEOUT = 15_000L;
public static final Long APP_LAUNCH_TIMEOUT = 32_000L;
public static final int DEFAULT_POLLING_INTERVAL = 300;
public static final String APP_PKG = "io.appium.android.apis";
Expand Down

0 comments on commit 8480469

Please sign in to comment.