From 76418777f12cc279a73a8156ef9e64ac35cb5e22 Mon Sep 17 00:00:00 2001 From: Kamil Sobol Date: Wed, 15 Nov 2023 12:45:17 -0800 Subject: [PATCH] test: restrict live canary run time (#659) --- .github/workflows/canary_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/canary_checks.yml b/.github/workflows/canary_checks.yml index bb9b4024bb..b21275688c 100644 --- a/.github/workflows/canary_checks.yml +++ b/.github/workflows/canary_checks.yml @@ -30,6 +30,7 @@ jobs: npm run test live_dependency_health_checks: runs-on: ubuntu-latest + timeout-minutes: 15 permissions: # these permissions are required for the configure-aws-credentials action to get a JWT from GitHub id-token: write