From e50c140071b9d64d7879846b4756e954979988f3 Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Wed, 8 Feb 2023 13:09:09 +0530 Subject: [PATCH] Update full-integration-test.yml --- .github/workflows/full-integration-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/full-integration-test.yml b/.github/workflows/full-integration-test.yml index 7ce6977..2654a36 100644 --- a/.github/workflows/full-integration-test.yml +++ b/.github/workflows/full-integration-test.yml @@ -60,3 +60,6 @@ jobs: - name: Run integration test run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --docker --coverage working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} + + - name: Cooling Period + run: sleep 1m