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()