From 3a1e620d90ba7c56aa3c6d85f41b333bd6af2468 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Tue, 2 Sep 2025 11:50:33 +0000 Subject: [PATCH] buildkite: increase timeout for population latency tests We are seeing the execution time exceed the default 60 minutes Buidlkite timeout sometimes. Signed-off-by: Nikita Kalyazin --- .buildkite/pipeline_perf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline_perf.py b/.buildkite/pipeline_perf.py index 66a9314f2d4..78cdc56b19f 100755 --- a/.buildkite/pipeline_perf.py +++ b/.buildkite/pipeline_perf.py @@ -49,6 +49,7 @@ "label": "📸 Memory Population Latency", "tests": "integration_tests/performance/test_snapshot.py::test_population_latency", "devtool_opts": "-c 1-12 -m 0", + "timeout_in_minutes": 90, }, "vsock-throughput": { "label": "🧦 Vsock Throughput",