adamsaghy commented on code in PR #4885:
URL: https://github.com/apache/fineract/pull/4885#discussion_r2278928066


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/SchedulerJobHelper.java:
##########
@@ -271,7 +271,7 @@ public <T extends Serializable> void executeAndAwaitJob(T 
jobParam, Consumer<T>
     }
 
     private void awaitJob(Instant beforeExecuteTime, 
Supplier<Callable<Map<String, String>>> retrieveLastRunHistory) {
-        final Duration timeout = Duration.ofMinutes(2);
+        final Duration timeout = Duration.ofMinutes(5);

Review Comment:
   Why to change this? There would be maximum 2-3 savings account where 
periodic accrual handling is configured... it should not even run for 10 
secs... no need to change this!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to