Skip to content

Commit 351ddd2

Browse files
committed
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 35db43d commit 351ddd2

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
@@ -33,7 +33,7 @@ def get_changed_files(branch):
3333
"platforms": DEFAULT_PLATFORMS,
3434
# buildkite step parameters
3535
"priority": DEFAULT_PRIORITY,
36-
"timeout_in_minutes": 30,
36+
"timeout_in_minutes": 45,
3737
}
3838

3939
build_grp = group(

0 commit comments

Comments
 (0)