This commit is contained in:
Mathis Chenuet
2025-04-03 15:56:41 +00:00
committed by GitHub

View File

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