gradle-dockerized-test-plugin icon indicating copy to clipboard operation
gradle-dockerized-test-plugin copied to clipboard

enable configuration of the timeout used when starting docker

Open dewaynemcnair opened this issue 9 years ago • 0 comments

This change enables the user to configure the timeout used when the Gradle worker process is started to execute the Docker commands. This is needed in my use case because some of the Docker images we use are large (> 1GB) and pulling from our Docker Registry takes more than the default 120 seconds.

dewaynemcnair avatar Mar 29 '16 04:03 dewaynemcnair