diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 45e4f6329..89f1ed952 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -108,7 +108,7 @@ jobs: cargo-test: name: Cargo Test | ${{ matrix.name }} runs-on: ${{ matrix.os }} - timeout-minutes: 60 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/.github/workflows/test_downstream.yml b/.github/workflows/test_downstream.yml index 93568099c..1fd393bd1 100644 --- a/.github/workflows/test_downstream.yml +++ b/.github/workflows/test_downstream.yml @@ -153,6 +153,7 @@ jobs: # pixi interface test-integration: name: ${{ matrix.arch.name }} - Integration Tests + timeout-minutes: 30 runs-on: ${{ matrix.arch.os }} env: TARGET_RELEASE: "${{ github.workspace }}/.pixi/target/release"