| Index: scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/bisector.py b/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| index 861ebbdc174bef0ecb9c06f02dd3be49413c7f1d..0ce2e38d7cc2ddded802384f52138215c9822b18 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| @@ -46,7 +46,7 @@ DEFAULT_SEARCH_RANGE_PERCENTAGE = 0.25
|
|
|
| # How long to re-test the initial good-bad range for until significant
|
| # difference is established.
|
| -REGRESSION_CHECK_TIMEOUT = 2 * 60 * 60
|
| +REGRESSION_CHECK_TIMEOUT = 20 * 60 * 60 # 20 hours. A build times out after 24.
|
| # If we reach this number of samples on the reference range and have not
|
| # achieved statistical significance, bail.
|
| MAX_REQUIRED_SAMPLES = 15
|
|
|