Skip to content

Commit b11b3c2

Browse files
chore: W-18218507 increase retry timeout (#2180)
* chore: increase retry timeout * chore: use seconds --------- Co-authored-by: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com>
1 parent 110e27d commit b11b3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/just-nut.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ jobs:
9999
- name: Run NUT (with retries)
100100
uses: salesforcecli/github-workflows/.github/actions/retry@main
101101
with:
102-
retry_wait_seconds: 1
102+
retry_wait_seconds: 1800
103103
command: ${{ inputs.command }}

0 commit comments

Comments
 (0)