Skip to content

Commit 4fc39cf

Browse files
committed
Increase timeout
1 parent d831656 commit 4fc39cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
make markdown-namespace-tocs-files FILES="${{ steps.namespace_files.outputs.files }}"
9191
make markdown-pkg-urls-files FILES="${{ steps.namespace_files.outputs.files }}"
92-
timeout-minutes: 15
92+
timeout-minutes: 30
9393

9494
# Create a pull request with the updated tables of contents:
9595
- name: 'Create pull request'

.github/workflows/markdown_tocs_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
make markdown-namespace-tocs-files FILES="${{ steps.namespace_files.outputs.files }}"
8585
make markdown-pkg-urls-files FILES="${{ steps.namespace_files.outputs.files }}"
86-
timeout-minutes: 15
86+
timeout-minutes: 30
8787

8888
# Create a pull request with the updated tables of contents:
8989
- name: 'Create pull request'

0 commit comments

Comments
 (0)