From d0fcdc4a7ea7acc730433e96f3f59fe5b7b6b0d7 Mon Sep 17 00:00:00 2001 From: Sai Kumar Battinoju <88789928+saikumarrs@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:13:12 +0530 Subject: [PATCH] chore: delay full e2e test suite for sanity suite run (#2016) --- .github/workflows/trigger-test-suites.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/trigger-test-suites.yml b/.github/workflows/trigger-test-suites.yml index 16ee8e55c..957d87908 100644 --- a/.github/workflows/trigger-test-suites.yml +++ b/.github/workflows/trigger-test-suites.yml @@ -68,6 +68,9 @@ jobs: env: GH_TOKEN: ${{ secrets.PAT }} run: | + # Sleep for 15 minutes to allow the sanity test suite to complete first + sleep 15m + gh api \ --method POST \ -H "Accept: application/vnd.github+json" \