diff --git a/.github/workflows/test-rl-gpu.yml b/.github/workflows/test-rl-gpu.yml index ab284d754..dea057e8b 100644 --- a/.github/workflows/test-rl-gpu.yml +++ b/.github/workflows/test-rl-gpu.yml @@ -31,6 +31,7 @@ jobs: repository: pytorch/tensordict gpu-arch-type: cuda gpu-arch-version: ${{ matrix.cuda_arch_version }} + timeout: 120 script: | # Set env vars from matrix export PYTHON_VERSION=${{ matrix.python_version }}