mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Merge 4cb57232af
into 52e0538182
This commit is contained in:
commit
81bcb10281
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user