From 66f597f6de7320e0482dd4c2d872e688051794e3 Mon Sep 17 00:00:00 2001 From: Steve Astels Date: Thu, 21 Nov 2024 10:54:05 -0500 Subject: [PATCH] increase smoke timeout (#3125) --- .github/workflows/smoke_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke_test.yaml b/.github/workflows/smoke_test.yaml index 377a5c764..f06312c62 100644 --- a/.github/workflows/smoke_test.yaml +++ b/.github/workflows/smoke_test.yaml @@ -60,7 +60,7 @@ jobs: SMOKE_SERVICE_ID: f316aa6b-38dd-4d9e-83f8-b6ee3e1d428f SMOKE_SMS_TEMPLATE_ID: d8234b4d-4def-4ad6-aafe-526a24ee5f19 SMOKE_USER_ID: f8763157-9c67-44f1-aaec-5d2564b41c8e - SMOKE_POLL_TIMEOUT: 120 + SMOKE_POLL_TIMEOUT: 320 run: poetry run make smoke-test - name: Notify Slack channel if this job failed if: ${{ failure() }}