From 5937f177ca28e57e950916caf136d45ab17595eb Mon Sep 17 00:00:00 2001 From: Okan Kocabalkanli <okanko@amazon.com> Date: Tue, 21 Jan 2025 11:23:27 -0500 Subject: [PATCH] Increased timeout for win tests --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 18936b8eb5..f89e7826c1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -481,7 +481,7 @@ jobs: uses: nick-fields/retry@v2 with: max_attempts: 3 - timeout_minutes: 30 + timeout_minutes: 60 retry_wait_seconds: 5 command: | if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then