alirezazamani commented on pull request #1096: URL: https://github.com/apache/helix/pull/1096#issuecomment-645547140
testWorkflowJobFail is polling for the Failed state for 10 seconds. However, I noticed the tasks in job3 of this workflow need to be retried for 10 times and then this job will go to Failed state. However, 10 seconds is little bit short for this case (for other jobs 1 and 2 and possibly 4 to run and job 3 to be retried 10 times and then failed). I noticed that the job fails right after 10 seconds. Hence, in this PR the maxNumberOfAttempts has reduced set to 5 for the tasks. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
