Skip to content

Commit ec74653

Browse files
authored
Merge branch 'main' into iankhou-e2e_amplify_outputs_backwards_compatibility-retries
2 parents 0844070 + 6263ef9 commit ec74653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run_with_e2e_account/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ inputs:
2727
retry_attempts:
2828
description: Number of retry attempts for the main script
2929
required: false
30-
default: '3'
30+
default: '5'
3131
retry_delay:
3232
description: Delay between retry attempts in seconds
3333
required: false
34-
default: '30'
34+
default: '300'
3535
runs:
3636
using: composite
3737
steps:

0 commit comments

Comments
 (0)