From 44f2d1a55c934fcb8737c242ecd6c00c18ce8b5e Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Sun, 24 Nov 2024 18:20:31 +0800 Subject: [PATCH] [CI] remove timeout (#645) --- .github/workflows/unit_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 144af9218..78501efba 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -329,7 +329,6 @@ jobs: echo "CUDA_VISIBLE_DEVICES set to $gpu_id, timestamp=$timestamp" - name: Run tests - timeout-minutes: ${{ env.BITBLAS == '1' && 120 || 60 }} if: ${{ (!github.event.inputs.test_names || contains(github.event.inputs.test_names, matrix.test_script)) && !cancelled() }} run: pytest --durations=0 tests/${{ matrix.test_script }}.py || { echo "ERROR=1" >> $GITHUB_ENV; exit 1; } @@ -442,7 +441,6 @@ jobs: echo "CUDA_VISIBLE_DEVICES set to $gpu_id, timestamp=$timestamp" - name: Run tests - timeout-minutes: ${{ env.BITBLAS == '1' && 120 || 60 }} if: ${{ (!github.event.inputs.test_names || contains(github.event.inputs.test_names, matrix.test_script)) && !cancelled() }} run: pytest --durations=0 tests/${{ matrix.test_script }}.py || { echo "ERROR=1" >> $GITHUB_ENV; exit 1; } @@ -457,7 +455,6 @@ jobs: - check-vm runs-on: self-hosted if: always() && !cancelled() && (needs.build-zen4.result == 'success' || github.event.inputs.artifact_id != '') && needs.list-test-files.outputs.torch-2-5-files != '[]' - timeout-minutes: 60 container: image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2-torch2.5.1 volumes: