[ci] Increase FTR timeout (#148677)

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.
This commit is contained in:
Jon 2023-01-10 16:02:04 -06:00 committed by GitHub
parent 72b9940aed
commit 902f86a066
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},