feat(tvix/buildkite): apply a 10 minutes timeout

We should cap the time of a `cargo build && cargo test` to a reasonable
amount of time.

Change-Id: If618198459ac267f9f6d7eb60466534a95a95c2c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11404
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
Florian Klink 2024-04-13 13:34:31 +03:00 committed by clbot
parent cc42cac39c
commit de68d8321f

View file

@ -7,3 +7,4 @@ steps:
- label: ":crab: cargo build" - label: ":crab: cargo build"
command: | command: |
nix-shell --run "cargo build && cargo test" nix-shell --run "cargo build && cargo test"
timeout_in_minutes: 10