vjuranek / docker-build-step-plugin

Other
8 stars 97 forks source link

Add configurable timeout for waiting on container ports #49

Open dstcnd11 opened 7 years ago

dstcnd11 commented 7 years ago

Currently when container is being started up the "wait for ports" feature will wait for a total of 20 seconds and then continue. Sometimes there is a need to wait for longer. It would be great to add a setting alongside "wait for ports" so that custom timeout can be specified. Default (if empty) should be what it is today.