Skip to content

Commit

Permalink
Bump to 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 3, 2025
1 parent 1fa4a74 commit 93f52e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-unix/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def main():
client = None
else:
try:
client = docker.from_env(timeout=180)
client = docker.from_env(timeout=600)
client.ping()
except Exception as e:
print("unable to connect to Docker: %s" % e, file=sys.stderr)
Expand Down

0 comments on commit 93f52e9

Please sign in to comment.