Skip to content

Commit

Permalink
sdk/python: increase grpc timeout to one minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaocheng Dong <xiaocheng.dong@intel.com>
  • Loading branch information
dongx1x committed Jun 19, 2024
1 parent 22da5a4 commit 36d01b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python3/ccnp/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
LOG = logging.getLogger(__name__)

# Default gRPC timeout
TIMEOUT = 5
TIMEOUT = 60

class CcnpSdk(CCTrustedApi):
"""CCNP SDK class
Expand Down

0 comments on commit 36d01b4

Please sign in to comment.