Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
revert timeout back to default of 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbarbee committed Apr 28, 2021
1 parent f08a61d commit 0d79383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ise.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __str__(self):


class ERS(object):
def __init__(self, ise_node, ers_user, ers_pass, verify=False, disable_warnings=False, use_csrf=False, timeout=4,
def __init__(self, ise_node, ers_user, ers_pass, verify=False, disable_warnings=False, use_csrf=False, timeout=2,
protocol='https'):
"""
Class to interact with Cisco ISE via the ERS API.
Expand Down

0 comments on commit 0d79383

Please sign in to comment.