diff options
author | Florian Klink <flokli@flokli.de> | 2024-04-13T10·34+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-13T11·44+0000 |
commit | de68d8321f6796afc5c56bd187cf0ad4fb5a10c2 (patch) | |
tree | 9e9682a32b4d76ce5eb354fb2e89228eb1b71811 /tvix/buildkite.yml | |
parent | cc42cac39cce1d8991151b102eeb93752fc85e43 (diff) |
feat(tvix/buildkite): apply a 10 minutes timeout r/7903
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>
Diffstat (limited to 'tvix/buildkite.yml')
-rw-r--r-- | tvix/buildkite.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/buildkite.yml b/tvix/buildkite.yml index 4001ba9b9cdb..2a24ca42643a 100644 --- a/tvix/buildkite.yml +++ b/tvix/buildkite.yml @@ -7,3 +7,4 @@ steps: - label: ":crab: cargo build" command: | nix-shell --run "cargo build && cargo test" + timeout_in_minutes: 10 |