This commit is contained in:
Mathis Chenuet 2025-06-11 10:06:08 +03:00 committed by GitHub
commit 81bcb10281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(