summaryrefslogtreecommitdiff
path: root/buildscripts/timeouts
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/timeouts')
-rw-r--r--buildscripts/timeouts/timeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/timeouts/timeout.py b/buildscripts/timeouts/timeout.py
index e3faa940fc5..36f08db58df 100644
--- a/buildscripts/timeouts/timeout.py
+++ b/buildscripts/timeouts/timeout.py
@@ -9,7 +9,7 @@ from buildscripts.patch_builds.task_generation import TimeoutInfo
LOGGER = structlog.getLogger(__name__)
-AVG_TASK_SETUP_TIME = int(timedelta(minutes=2).total_seconds())
+AVG_TASK_SETUP_TIME = int(timedelta(minutes=5).total_seconds())
MIN_TIMEOUT_SECONDS = int(timedelta(minutes=5).total_seconds())
MAX_EXPECTED_TIMEOUT = int(timedelta(hours=48).total_seconds())
DEFAULT_SCALING_FACTOR = 3.0