You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/05/03 14:46:59 UTC

[GitHub] [fineract] ptuomola commented on a change in pull request #807: FINERACT-730: Fixing bootRun and removing embedded Tomcat

ptuomola commented on a change in pull request #807:
URL: https://github.com/apache/fineract/pull/807#discussion_r419113705



##########
File path: fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/common/SchedulerJobHelper.java
##########
@@ -115,6 +115,9 @@ public void executeJob(String jobName) throws InterruptedException {
 
                 // Executing Scheduler Job
                 runSchedulerJob(this.requestSpec, jobId.toString());
+                
+                // Need to give the job an opportunity to start - otherwise below might return false as job not yet started
+                Thread.sleep(15000);

Review comment:
       Of course - will squash the commits and remove this. Based on the emails, I believe Awasum was going to send a fix to FINERACT-855. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org