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