Skip to content

Commit

Permalink
increase the timeout as slow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 17, 2024
1 parent be3de66 commit fda9814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 EXPLICIT_TIMEOUT = 24_000L;
public static final Long IMPLICIT_TIMEOUT = 8_000L;
public static final Long APP_LAUNCH_TIMEOUT = 32_000L;
public static final int DEFAULT_POLLING_INTERVAL = 300;
Expand Down

0 comments on commit fda9814

Please sign in to comment.