Files
rust-vmm-ci/.buildkite
Andreea Florescu 2eab2752c0 allow the timeout to be overwritten in input
Before this patch the timeout could only be overwritten in the
TIMEOUT environment variable. While that approach works and it
is still needed so we can set a different timeout depending
on the repository on which we run the pipeline, we also need a
way to easily set a different timeout in custom tests. This
comes handy when we have custom pipeline for certain crates
and we want to be able to easily specify a timeout in a
more human readable way.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
2022-09-12 13:05:35 +03:00
..