Skip to content

Commit

Permalink
#13934 - Update test connection no response error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Jan 26, 2024
1 parent fd81d8f commit 3afc1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_connection_steps(
service_type: str,
test_fn: dict,
automation_workflow: Optional[AutomationWorkflow] = None,
timeout_seconds: int = 2 * 60,
timeout_seconds: int = 3 * 60,
) -> None:
"""
Test the connection steps with a given timeout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public abstract class PipelineServiceClient {
public static final String APP_TRIGGER = "run_application";
public static final String APP_VALIDATE = "validate_registration";

public static final String DEPLOYEMENT_ERROR = "DEPLOYMENT_ERROR";
public static final String DEPLOYMENT_ERROR = "DEPLOYMENT_ERROR";
public static final String TRIGGER_ERROR = "TRIGGER_ERROR";
public static final Map<String, String> TYPE_TO_TASK =
Map.of(
Expand Down

0 comments on commit 3afc1b4

Please sign in to comment.