Skip to content

Commit 1225baf

Browse files
authored
chore: increase Circle CI timeouts for generate documentation and cocoapods release jobs. (#4130)
1 parent 8bd5584 commit 1225baf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
- run:
471471
name: Release CocoaPods
472472
command: python3 ./CircleciScripts/cocoapods_release.py
473-
no_output_timeout: 20m
473+
no_output_timeout: 100m
474474

475475
release_docs:
476476
macos:
@@ -482,6 +482,7 @@ jobs:
482482
- run:
483483
name: Generate documents
484484
command: bash ./CircleciScripts/generate_documentation.sh
485+
no_output_timeout: 100m
485486
- run:
486487
name: Copy documents
487488
command: |

0 commit comments

Comments
 (0)