puppetlabs / puppet_litmus

Providing a simple command line tool for puppet content creators, to enable simple and complex test deployments.
Apache License 2.0
88 stars 55 forks source link

(CAT-1241) - Adding retry when provision failed with Timeout #516

Closed Ramesh7 closed 11 months ago

Ramesh7 commented 11 months ago

Summary

We have seen many times the PR CI is gets failed due to Connectivity check Timeout which lead to failure for the workflow, but the same can be successful if we retries. So adding 3 retries whenever there is timeout failure.

Additional Context

Related Issues (if any)

Checklist