Skip to content

Commit c73d96d

Browse files
committedSep 11, 2024·
Increase the deployment timeout when releasing maven artifacts
1 parent e2ed5ad commit c73d96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release-maven-artifacts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Maven Deploy
7373
uses: nick-fields/retry@v3
7474
with:
75-
timeout_minutes: 10
75+
timeout_minutes: 25
7676
max_attempts: 5
7777
retry_on: error
7878
retry_wait_seconds: 120

0 commit comments

Comments
 (0)
Please sign in to comment.