aiidateam / aiida-workgraph

Efficiently design and manage flexible workflows with AiiDA, featuring an interactive GUI, checkpoints, provenance tracking, and remote execution capabilities.
https://aiida-workgraph.readthedocs.io/en/latest/
MIT License
10 stars 5 forks source link

WorkGraph wait should give a warning when timeout #361

Open superstar54 opened 8 hours ago

superstar54 commented 8 hours ago
wg.submit(wait=True)

After the timeout, we should print out a warning message (or exception) to the user, and let them know the wait exit because of timeout.