Skip to content

Commit

Permalink
Kill tailscale up if it takes more than 60 seconds (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n authored Oct 20, 2021
1 parent 3208ad5 commit 4383d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
if [ ! -f .git/hooks/pre-commit ]; then pipenv run pre-commit install; fi;

# Only run this on GitHub Codespaces in order to set up Python 3.9
.PHONY: codespaces-install
.PHONY: codespace-install
codespace-install:
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
Expand Down
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,5 @@
(not tailscale_up_skip | bool
and 'Logged out.' in tailscale_status.stdout)
notify: Confirm Tailscale is Connected
async: 60
poll: 5

0 comments on commit 4383d03

Please sign in to comment.