mxschmitt / action-tmate

Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
https://mxschmitt.github.io/action-tmate/
MIT License
2.86k stars 285 forks source link

Feat: Connect Timeout #189

Closed dave-gray101 closed 4 months ago

dave-gray101 commented 4 months ago

It would be nice to be able to configure the connection timeout separately from the action's overall timeout length. As far as I know, this is currently not possible (issue #133)

I've added a new optional parameter connection-timeout that accepts the number of seconds to wait for a connection at maximum. This value is defaulted to 600, which is what the previous fixed value was.