We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0844070 + 6263ef9 commit ec74653Copy full SHA for ec74653
.github/actions/run_with_e2e_account/action.yml
@@ -27,11 +27,11 @@ inputs:
27
retry_attempts:
28
description: Number of retry attempts for the main script
29
required: false
30
- default: '3'
+ default: '5'
31
retry_delay:
32
description: Delay between retry attempts in seconds
33
34
- default: '30'
+ default: '300'
35
runs:
36
using: composite
37
steps:
0 commit comments