Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a short-term mitigation for pytorch/pytorch#141885 in which any changes touching `.ci/docker` would cause all the builds to fail until docker build workflow finishes building the images. At the moment, we don't have a good way to tell the build workflow to wait for the new docker image, so my fix here attempts to inject a delay when the action is called by `_linux_build`. It will wait up to 90 minutes for the Docker build to finish ### Testing pytorch/pytorch#142177
- Loading branch information