This commit is contained in:
Mathis Chenuet
2025-06-11 10:06:08 +03:00
committed by GitHub

View File

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