Skip to content

Commit 491ab7f

Browse files
committed
fix: increase circle no_output_timeout to 60 minutes
1 parent c92b4b8 commit 491ab7f

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
@@ -60,6 +60,7 @@ jobs:
6060
--build-arg BUILD_DATE="$(date +"%Y-%m-%d %H:%M:%S%:z")" \
6161
--build-arg VCS_REF=$(git rev-parse --short HEAD) \
6262
-t ${IMAGE_NAME}:$(cat VERSION) .
63+
no_output_timeout: 60m
6364

6465
- run:
6566
name: Launching container for testing

0 commit comments

Comments
 (0)