From 4c06ce2b81aa8871ac9e41478668843c5d48a39c Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Wed, 5 Feb 2025 20:55:31 +0000 Subject: [PATCH] [CI] Longer timeout for windows ghstack-source-id: 381e7e39d650e0178178a78076321a2210237b39 Pull Request resolved: https://github.com/pytorch/rl/pull/2765 --- .github/workflows/test-windows-optdepts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows-optdepts.yml b/.github/workflows/test-windows-optdepts.yml index 26359929830..8da3d9d0993 100644 --- a/.github/workflows/test-windows-optdepts.yml +++ b/.github/workflows/test-windows-optdepts.yml @@ -32,7 +32,7 @@ jobs: with: repository: pytorch/rl runner: ${{ matrix.runner }} - timeout: 40 + timeout: 60 test-infra-ref: main script: | set -euxo pipefail