Skip to content

Commit

Permalink
[CI] Longer timeout for windows
Browse files Browse the repository at this point in the history
ghstack-source-id: 381e7e39d650e0178178a78076321a2210237b39
Pull Request resolved: #2765
  • Loading branch information
vmoens committed Feb 5, 2025
1 parent 5da1f65 commit 4c06ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-optdepts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
repository: pytorch/rl
runner: ${{ matrix.runner }}
timeout: 40
timeout: 60
test-infra-ref: main
script: |
set -euxo pipefail
Expand Down

1 comment on commit 4c06ce2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'CPU Benchmark Results'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4c06ce2 Previous: 57bdc6a Ratio
benchmarks/test_replaybuffer_benchmark.py::test_rb_populate[TensorDictReplayBuffer-LazyMemmapStorage-SamplerWithoutReplacement-400] 35.580686640449876 iter/sec (stddev: 0.18203232494493965) 394.6782033089717 iter/sec (stddev: 0.001081514638792151) 11.09

This comment was automatically generated by workflow using github-action-benchmark.

CC: @vmoens

Please sign in to comment.