Skip to content

Commit 96d4064

Browse files
roypatpb8o
authored andcommitted
chore: adjust buildkite timeout
m6a.metal tests have been timing out due to too many different combinations of firecracker versions being tested in the snapshot tests. Signed-off-by: Patrick Roy <[email protected]>
1 parent 7fc1475 commit 96d4064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_changed_files(branch):
3535
"platforms": args.platforms,
3636
# buildkite step parameters
3737
"priority": DEFAULT_PRIORITY,
38-
"timeout_in_minutes": 30,
38+
"timeout_in_minutes": 45,
3939
"env": dict(args.step_env),
4040
}
4141
defaults.update(args.step_param)

0 commit comments

Comments
 (0)