diff options
Diffstat (limited to 'buildbot_gentoo_ci/config/workers.py')
-rw-r--r-- | buildbot_gentoo_ci/config/workers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/workers.py b/buildbot_gentoo_ci/config/workers.py index 6f27690..83eeda2 100644 --- a/buildbot_gentoo_ci/config/workers.py +++ b/buildbot_gentoo_ci/config/workers.py @@ -94,6 +94,6 @@ def gentoo_workers(worker_data): hostconfig=docker_hostconfig, followStartupLogs=True, masterFQDN='192.168.1.5', - #build_wait_timeout=3600 + build_wait_timeout=600 )) return w |