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:
[email protected]