From ddead6f5a0997c0a28f5b0a5627516234db6f46c Mon Sep 17 00:00:00 2001 From: Kshitij Aranke Date: Mon, 20 May 2024 17:16:28 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b643fe80eb4..a15dbbe1e3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -162,8 +162,12 @@ jobs: pip install tox tox --version - - name: Run tests - run: tox + - name: Run integration tests + uses: nick-fields/retry@v3 + with: + timeout_minutes: 30 + max_attempts: 3 + command: tox - name: Get current date if: always()