Skip to content

Commit

Permalink
band-aid for #129
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Aug 28, 2016
1 parent c29b8cd commit 2964ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flintrock/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ def start(self, *, user: str, identity_file: str):

_run_asynchronously(partial_func=partial_func, hosts=hosts)

# A short wait here seems to reduce the recurrence of this issue:
# https://github.com/nchammas/flintrock/issues/129
time.sleep(5)

master_ssh_client = get_ssh_client(
user=user,
host=self.master_ip,
Expand Down

0 comments on commit 2964ab7

Please sign in to comment.