Skip to content

Commit 471866a

Browse files
committed
Add bigger timeout for base files download
3m might not be enough sometimes
1 parent 324207b commit 471866a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-base-files-info-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
run-script:
99
runs-on: ubuntu-latest
10-
timeout-minutes: 3
10+
timeout-minutes: 5
1111
steps:
1212
# Step 1: Checkout the repository
1313
- name: Checkout repository

0 commit comments

Comments
 (0)