diff --git a/Debugging-using-with-ssh-for-Github-Actions.md b/Debugging-using-with-ssh-for-Github-Actions.md index b627a82..5263259 100644 --- a/Debugging-using-with-ssh-for-Github-Actions.md +++ b/Debugging-using-with-ssh-for-Github-Actions.md @@ -28,10 +28,6 @@ ## Notes for users -## General -* The default timeout for these jobs is **2 hours after workflows have completed**, but only if you SSH in before the end of the job - * Users will be kicked after workflows have either *timed out* or have been *cancelled* - ### VSCode VSCode's remote SSH extension works with both Linux and Windows CI machines. Add them as you would any other SSH remote, with `cmd + shift + P > SSH: New Remote` and use the address `runneruser@https://ec2....compute-1.amazonaws.com` as provided to you in the GitHub CI logs. On Windows you can directly open VSCode to the `pytorch` folder with the command: