We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22da5a4 commit b253eaaCopy full SHA for b253eaa
sdk/python3/ccnp/sdk.py
@@ -24,7 +24,7 @@
24
LOG = logging.getLogger(__name__)
25
26
# Default gRPC timeout
27
-TIMEOUT = 5
+TIMEOUT = 60
28
29
class CcnpSdk(CCTrustedApi):
30
"""CCNP SDK class
0 commit comments