Skip to content

Commit aadbc30

Browse files
authored
Increase ECS github runner timeout to 30 (#1888)
Co-authored-by: Akansha Agarwal <[email protected]>
1 parent 41fca8d commit aadbc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ jobs:
738738
uses: nick-fields/retry@v2
739739
with:
740740
max_attempts: 3
741-
timeout_minutes: 15
741+
timeout_minutes: 30
742742
retry_wait_seconds: 5
743743
command: |
744744
if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then
@@ -816,7 +816,7 @@ jobs:
816816
uses: nick-fields/retry@v2
817817
with:
818818
max_attempts: 3
819-
timeout_minutes: 15
819+
timeout_minutes: 30
820820
retry_wait_seconds: 5
821821
command: |
822822
if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then

0 commit comments

Comments
 (0)