Skip to content

Commit f8ddae0

Browse files
committed
Increase no output timeout to 60m
1 parent 1fcbd67 commit f8ddae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- setup_buildkit_builder
6868
- run:
6969
name: Build and push python image
70+
no_output_timeout: 60m # building Python can take a while, default timeout is 10m
7071
command: |
7172
REPOSITORY="deepnote/python"
7273
TAG="${PYTHON_VERSION}"

0 commit comments

Comments
 (0)