Skip to content

Commit

Permalink
Increase glue connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeffrli committed Nov 8, 2024
1 parent 483fc3b commit e602b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class EnvironmentConstants
{
private EnvironmentConstants() {}

public static final int CONNECT_TIMEOUT = 250;
public static final int CONNECT_TIMEOUT = 2000;

// Lambda environment variable keys
public static final String DEFAULT_GLUE_CONNECTION = "glue_connection";
Expand Down

0 comments on commit e602b6d

Please sign in to comment.