*
* @param alias the alias that will be shown if the await timeouts.
* @return the condition factory
*/
public static ConditionFactory await(String alias) {
return new ConditionFactory(alias, defaultTimeout, defaultPollInterval, defaultPollDelay,
defaultCatchUncaughtExceptions, defaultConditionEvaluationListener);
}