| Index: scripts/master/master_utils.py
|
| diff --git a/scripts/master/master_utils.py b/scripts/master/master_utils.py
|
| index c1f79d19dc123124277e8204f90df3093547ba79..f3f3062c3c2ccc5098c508ea623338ad7e391f7a 100644
|
| --- a/scripts/master/master_utils.py
|
| +++ b/scripts/master/master_utils.py
|
| @@ -43,10 +43,7 @@ CQ_SERVICE_ACCOUNT = (
|
| # Sanity timeout for CQ builders - they are expected to finish under one hour
|
| # anyway. The timeout is deliberately larger than that so that we only
|
| # kill really crazy long builds that also gum up resources.
|
| -CQ_MAX_TIME = 2*60*60
|
| -
|
| -# Larger timeout for Windows, see http://crbug.com/567377 .
|
| -CQ_MAX_TIME_WIN = 3*60*60
|
| +CQ_MAX_TIME = 4*60*60
|
|
|
|
|
| def HackMaxTime(maxTime=8*60*60):
|
|
|