754a755,759
> # Check for 'timeout' from GNU coreutils. If present, regressions
> # will be run with a time limit.
> TIMEOUT_version = readCommand(['timeout', '--version'], exception=False)
> main['TIMEOUT'] = TIMEOUT_version and TIMEOUT_version.find('timeout') == 0
>