Skip to content

Commit 0bd3991

Browse files
jbudzNicholasPeretti
authored andcommitted
[ci] Increase FTR timeout (elastic#238734)
Test suites with no tests running are recorded as a short duration, while setup is still adding minutes to runtime. This is causing a skew in the test groupings, leading to timeouts. This is a temporary fix until pending tests skip setup.
1 parent e9ed270 commit 0bd3991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export async function pickTestGroupRunOrder() {
565565
({ title, key, queue = defaultQueue }): BuildkiteStep => ({
566566
label: title,
567567
command: getRequiredEnv('FTR_CONFIGS_SCRIPT'),
568-
timeout_in_minutes: 90,
568+
timeout_in_minutes: 120,
569569
agents: expandAgentQueue(queue),
570570
env: {
571571
SCOUT_TARGET_TYPE: 'local',

0 commit comments

Comments
 (0)