Skip to content

Commit b253eaa

Browse files
committed
sdk/python: increase grpc timeout to one minutes
Signed-off-by: Xiaocheng Dong <[email protected]>
1 parent 22da5a4 commit b253eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python3/ccnp/sdk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
LOG = logging.getLogger(__name__)
2525

2626
# Default gRPC timeout
27-
TIMEOUT = 5
27+
TIMEOUT = 60
2828

2929
class CcnpSdk(CCTrustedApi):
3030
"""CCNP SDK class

0 commit comments

Comments
 (0)