From f2861de48bb5a09010f3dc0ebea91a1895d60de3 Mon Sep 17 00:00:00 2001 From: Vishwanath Hiremath Date: Thu, 30 Jan 2025 13:34:02 -0800 Subject: [PATCH] updating VALID_RADIUS_BUILD_WINDOW to 30 mins Signed-off-by: Vishwanath Hiremath --- .github/workflows/long-running-azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/long-running-azure.yaml b/.github/workflows/long-running-azure.yaml index c6a81067f1..69204c581a 100644 --- a/.github/workflows/long-running-azure.yaml +++ b/.github/workflows/long-running-azure.yaml @@ -76,7 +76,7 @@ env: AWS_ACCOUNT_ID: "${{ secrets.FUNCTEST_AWS_ACCOUNT_ID }}" # The valid radius build time window in seconds to rebuild radius. 24 hours = 24 * 60 * 60 = 86400 - VALID_RADIUS_BUILD_WINDOW: 86400 + VALID_RADIUS_BUILD_WINDOW: 1800 # The functional test GitHub app id FUNCTIONAL_TEST_APP_ID: 425843