Current interval of condition check for waiting loop depends on overall timeout (timeout / 60). This causes large intervals in case of big timeout value and increases test execution time.
Intention of this JIRA is to set interval to constant small value to speed up the tests, for example 1 second.