Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Oct 1, 2015
1 parent 7657a5f commit ea97035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napalm/junos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, hostname, username, password):

def open(self):
self.device.open()
self.device.timeout = 60
self.device.bind(cu=Config)
self.device.cu.lock()

Expand Down

0 comments on commit ea97035

Please sign in to comment.