mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
2eab2752c0
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>