Skip to content

Commit 7969d87

Browse files
authored
Merge pull request #1793 from thaJeztah/18.09_backport_fix_circle_vendor_flakiness
[18.09 backport] CircleCI: Increase no-output timeout to 15 minutes for vendoring
2 parents 642235d + 90fa621 commit 7969d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
docker build -f dockerfiles/Dockerfile.dev --tag cli-builder-with-git:$CIRCLE_BUILD_NUM .
8888
docker run --rm cli-builder-with-git:$CIRCLE_BUILD_NUM \
8989
make ci-validate
90+
no_output_timeout: 15m
9091
shellcheck:
9192
working_directory: /work
9293
docker: [{image: 'docker:18.03-git'}]

0 commit comments

Comments
 (0)