706
706
class TestMinTimeToNextBuilderMulti(MultiArchBuildsBase):
707
707
"""Test estimated time-to-builder with builds and multiple processors."""
709
709
"""When is the next builder capable of running the job at the head of
710
710
the queue becoming available?"""
711
712
# One of four builders for the 'apg' build is immediately available.
712
713
apg_build, apg_job = find_job(self, 'apg', 'hppa')
713
714
check_mintime_to_builder(self, apg_job, 0)