mirror of
https://github.com/clearml/clearml
synced 2025-04-05 05:10:06 +00:00
Merge 4cb57232af
into ad67552eb7
This commit is contained in:
commit
b4c2387ba5
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user