diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 917ecf17a6f..636442d5d76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,8 +68,12 @@ jobs: python -m pip --version tox --version - - name: Run tox - run: tox + - name: Run integration tests + uses: nick-fields/retry@v3 + with: + timeout_minutes: 30 + max_attempts: 3 + command: tox unit: name: unit test / python ${{ matrix.python-version }}