pedjak / gradle-dockerized-test-plugin

Running tests inside a docker image
Apache License 2.0
21 stars 19 forks source link

enable configuration of the timeout used when starting docker #5

Open dewaynemcnair opened 8 years ago

dewaynemcnair commented 8 years ago

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.