Skip to content

Conversation

Mic92
Copy link
Member

@Mic92 Mic92 commented Sep 10, 2024

No description provided.

@Mic92 Mic92 force-pushed the nixos-anywhere-phases branch from 807c04b to b9c726e Compare September 10, 2024 07:15
sleep 3
sleep 5
retryCount=$((retryCount + 1))
if [[ $sshRetryLimit -ne -1 ]] && [[ $retryCount -ge $sshRetryLimit ]]; then
Copy link
Member Author

Choose a reason for hiding this comment

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

Not super happy about having a lot of these timeouts everywhere...

@phaer
Copy link
Member

phaer commented Oct 19, 2024

Seems to be almost a duplicate to #356 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants