This commit is contained in:
Mathis Chenuet 2025-04-03 15:56:41 +00:00 committed by GitHub
commit b4c2387ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,7 +314,7 @@ class Reporter(InterfaceBase, AbstractContextManager, SetupUploadMixin, AsyncMan
def _handle_program_exit(self): def _handle_program_exit(self):
try: try:
self.flush() self.flush()
self.wait_for_events() self.wait_for_events(timeout=10)
self.stop() self.stop()
except Exception as e: except Exception as e:
logging.getLogger("clearml.reporter").warning( logging.getLogger("clearml.reporter").warning(