The Computations.wait_until_completed and DataAssets.wait_until_ready methods have hard-coded polling intervals set to 5 seconds. It will be helpful if those were configurable with 5 set as a default value and some reasonable bounds asserted. Some of our computations are known to take several hours and polling every 5 seconds won't be necessary.