Skip to content

Commit

Permalink
[SELC-5300] feat: Increment timeout time for start orchestration (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu authored Jul 17, 2024
1 parent 39f8680 commit 30ebbf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class OnboardingServiceDefault implements OnboardingService {
public static final String UNABLE_TO_COMPLETE_THE_ONBOARDING_FOR_INSTITUTION_FOR_PRODUCT_DISMISSED = "Unable to complete the onboarding for institution with taxCode '%s' to product '%s', the product is dismissed.";
public static final String USERS_FIELD_LIST = "fiscalCode,familyName,name,workContacts";
public static final String USERS_FIELD_TAXCODE = "fiscalCode";
public static final String TIMEOUT_ORCHESTRATION_RESPONSE = "60";
public static final String TIMEOUT_ORCHESTRATION_RESPONSE = "65";
private static final String ID_MAIL_PREFIX = "ID_MAIL#";

@RestClient
Expand Down

0 comments on commit 30ebbf2

Please sign in to comment.