SUSE / rookcheck

Apache License 2.0
4 stars 11 forks source link

Ensure wait_for_result really does wait #221

Closed brunoleon closed 3 years ago

brunoleon commented 3 years ago

This PR fixes a bug where wait_for_result() would exit immediately if the called function raises an error. We now catch the exception until max attempts is reached.