mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
72b9940aed
commit
902f86a066
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue