inscrease network timeout

This commit is contained in:
2022-04-19 18:59:44 +02:00
parent d848ec9194
commit dbfbf73cdd
5 changed files with 37 additions and 49 deletions
+1 -1
View File
@@ -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: