Skip to content

Commit

Permalink
[ci] Increase FTR timeout (#148677)
Browse files Browse the repository at this point in the history
FTR groups on CI target a 40 minute runtime. In situations where tests
are updated or moved, and there's no prior data, we're seeing occasional
timeouts with a 60 minute timeout. This increases the timeout to 90
minutes.

(cherry picked from commit 902f86a)
  • Loading branch information
jbudz committed Jan 10, 2023
1 parent d4d9a6f commit a73426e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export async function pickTestGroupRunOrder() {
({ title, key, queue = defaultQueue }): BuildkiteStep => ({
label: title,
command: getRequiredEnv('FTR_CONFIGS_SCRIPT'),
timeout_in_minutes: 60,
timeout_in_minutes: 90,
agents: {
queue,
},
Expand Down

0 comments on commit a73426e

Please sign in to comment.