Skip to content

Commit eaf5bc2

Browse files
committed
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 <kalyazin@amazon.com>
1 parent 6b77997 commit eaf5bc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_perf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"label": "population-latency",
5050
"tests": "integration_tests/performance/test_snapshot.py::test_population_latency",
5151
"devtool_opts": "-c 1-12 -m 0",
52+
"timeout_in_minutes": 90,
5253
},
5354
"vsock-throughput": {
5455
"label": "vsock-throughput",

0 commit comments

Comments
 (0)