Increase retry duration and attempts in retry-command action (#56454)
This commit is contained in:
4
.github/actions/retry-command/action.yml
vendored
4
.github/actions/retry-command/action.yml
vendored
@@ -7,11 +7,11 @@ inputs:
|
|||||||
max_attempts:
|
max_attempts:
|
||||||
description: 'Maximum number of retry attempts'
|
description: 'Maximum number of retry attempts'
|
||||||
required: false
|
required: false
|
||||||
default: '8'
|
default: '12'
|
||||||
delay:
|
delay:
|
||||||
description: 'Delay between attempts in seconds'
|
description: 'Delay between attempts in seconds'
|
||||||
required: false
|
required: false
|
||||||
default: '15'
|
default: '30'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|||||||
Reference in New Issue
Block a user