inscrease network timeout
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class LogSender:
|
||||
def __init__(self):
|
||||
self._config = oci.config.from_file("~/.oci/logger_config_appointment")
|
||||
self._identity = oci.identity.IdentityClient(self._config)
|
||||
self._loggingingestion_client = LoggingClient(self._config)
|
||||
self._loggingingestion_client = LoggingClient(self._config,timeout=60.0)
|
||||
|
||||
def send_appoint_result(self, result: ReserveResultPojo):
|
||||
if result.type == PublishType.SUCCESS:
|
||||
|
||||
Reference in New Issue
Block a user