Skip to content

Commit 1fa4a74

Browse files
committed
Bump Docker timeout from 60s to 180s
1 parent 12eeb3e commit 1fa4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ def main():
933933
client = None
934934
else:
935935
try:
936-
client = docker.from_env()
936+
client = docker.from_env(timeout=180)
937937
client.ping()
938938
except Exception as e:
939939
print("unable to connect to Docker: %s" % e, file=sys.stderr)

0 commit comments

Comments
 (0)