Skip to content

Commit

Permalink
Increased timeout for PNPG onboarding completion
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 5, 2024
1 parent db49c2c commit 324c493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class OnboardingServiceDefault implements OnboardingService {
"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 = "65";
public static final String TIMEOUT_ORCHESTRATION_RESPONSE = "70";
private static final String ID_MAIL_PREFIX = "ID_MAIL#";
public static final String NOT_MANAGER_OF_THE_INSTITUTION_ON_THE_REGISTRY =
"User is not manager of the institution on the registry";
Expand Down

0 comments on commit 324c493

Please sign in to comment.