diff --git a/.github/workflows/apply-command.yml b/.github/workflows/apply-command.yml index 3abda997..4bd9a19e 100644 --- a/.github/workflows/apply-command.yml +++ b/.github/workflows/apply-command.yml @@ -40,7 +40,7 @@ jobs: contents: read pull-requests: write id-token: write - uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@v2.2 + uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@vchatops-timeout secrets: inherit with: cloud: azure @@ -50,3 +50,4 @@ jobs: comment-id: ${{ inputs.comment-id }} branch: ${{ inputs.branch }} terratest_action: Apply + apply_timeout: 60 diff --git a/.github/workflows/idempotence-command.yml b/.github/workflows/idempotence-command.yml index 644273f9..77fb0446 100644 --- a/.github/workflows/idempotence-command.yml +++ b/.github/workflows/idempotence-command.yml @@ -40,7 +40,7 @@ jobs: contents: read pull-requests: write id-token: write - uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@v2.2 + uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/test_command.yml@chatops-timeout secrets: inherit with: cloud: azure @@ -50,3 +50,4 @@ jobs: comment-id: ${{ inputs.comment-id }} branch: ${{ inputs.branch }} terratest_action: Idempotence + apply_timeout: 60 diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 213634b5..57552d4c 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -31,3 +31,4 @@ jobs: validate_max_parallel: 20 test_max_parallel: 10 terratest_action: Plan # keep in mind that this has to start with capital letter + apply_timeout: 60 diff --git a/.github/workflows/release_ci.yml b/.github/workflows/release_ci.yml index 78308a9a..91a602dc 100644 --- a/.github/workflows/release_ci.yml +++ b/.github/workflows/release_ci.yml @@ -23,4 +23,5 @@ jobs: cloud: azure validate_max_parallel: 20 test_max_parallel: 5 - terratest_action: Idempotence # keep in mind that this has to start with capital letter \ No newline at end of file + terratest_action: Idempotence # keep in mind that this has to start with capital letter + apply_timeout: 60 \ No newline at end of file