diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5cce36f480..93776827ad 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -198,6 +198,8 @@ jobs: os: ${{ fromJson(github.repository_owner == 'autonomys' && '[["self-hosted", "ubuntu-20.04-x86-64"], ["self-hosted", "macos-14-arm64"], ["self-hosted", "windows-server-2022-x86-64"]]' || '["ubuntu-22.04", "macos-14", "windows-2022"]') }} runs-on: ${{ matrix.os }} + # Don't use the full 6 hours if a test hangs + timeout-minutes: 120 steps: - name: Checkout