pytorch
7827ae28 - Increase job timeout limit when running with memory leak check (#110193)

Commit
1 year ago
Increase job timeout limit when running with memory leak check (#110193) This fixes the daily timeout of ROCm jobs when running with memory leak check turning on. I want to use something like `inputs.timeout-minutes * 2` but that syntax, unfortunately, isn't supported in GitHub action YAML. So I decide to just x2 the current timeout value of 300 minutes to make it 600 minutes. Pull Request resolved: https://github.com/pytorch/pytorch/pull/110193 Approved by: https://github.com/clee2000
Author
Committer
Parents
Loading