File tree Expand file tree Collapse file tree
java/io/mosip/testrig/apirig/testrunner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public class BaseTestCase {
164164 //public static String genPartnerName = "partnernameforautomationesi-" + generateRandomNumberString(6);
165165 public static String genPartnerName = null ;
166166 //public static String genPartnerNameNonAuth = "partnernameforesignet-" + generateRandomNumberString(6);
167- public static String genPartnerNameNonAuth = BaseTestCase . currentModule + "-partnernameforesignet" ;
167+ public static String genPartnerNameNonAuth = null ;
168168 public String genPartnerNameForDsl = "partnernameforautomationdsl-" + generateRandomNumberString (6 );
169169 public static String genMispPartnerName = "esignet_" + generateRandomNumberString (6 )
170170 + generateRandomNumberString (3 );
@@ -217,7 +217,8 @@ public static void init() {
217217 */
218218
219219 public static void initializePMSDetails () {
220- genPartnerName = BaseTestCase .currentModule + "-partnernameforautomationesi" ;
220+ genPartnerName = BaseTestCase .currentModule + "-partnerforautomation" ;
221+ genPartnerNameNonAuth = BaseTestCase .currentModule + "-partnerforesignet" ;
221222 }
222223
223224 public static String getGlobalResourcePath () {
Original file line number Diff line number Diff line change @@ -244,4 +244,7 @@ xssProtectionCheck = no
244244testCasesToExecute =
245245
246246uinGenMaxLoopCount = 20
247- uinGenDelayTime = 10000
247+ uinGenDelayTime = 10000
248+
249+ # Watchdog timeout in minutes (max execution time before forced termination)
250+ watchdogTimeoutMinutes = 120
You can’t perform that action at this time.
0 commit comments