svadali1

Results 1 issues of svadali1

Right now AdManager's [WaitForReport](https://github.com/googleads/googleads-python-lib/blob/7c41584c65759b6860572a13bde65d7395c5b2d8/googleads/ad_manager.py#L765) waits for 30 seconds (via [time.sleep(30)](https://github.com/googleads/googleads-python-lib/blob/7c41584c65759b6860572a13bde65d7395c5b2d8/googleads/ad_manager.py#L788)) if the report status is not `COMPLETED` or `FAILED` before checking the report status again. Would it be reasonable to...

enhancement