Skip to content

Commit 613cc56

Browse files
committed
Bump to 10m
1 parent 1fa4a74 commit 613cc56

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(timeout=180)
936+
client = docker.from_env(timeout=600)
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)