Skip to content

Commit

Permalink
fix #4985
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed May 17, 2013
1 parent 92bec04 commit 1604259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/crypt.py
Expand Up @@ -7,6 +7,7 @@
# Import python libs
import os
import sys
import time
import hmac
import hashlib
import logging
Expand Down Expand Up @@ -430,6 +431,7 @@ def __authenticate(self):
print('Minion failed to authenticate with the master, '
'has the minion key been accepted?')
sys.exit(2)
time.sleep(self.opts['acceptance_wait_time'])
continue
break
return Crypticle(self.opts, creds['aes'])
Expand Down

0 comments on commit 1604259

Please sign in to comment.