ci(rust): add timeout to GUI smoke tests (#9085)

These don't have an inherent timeout so the CI job gets stuck forever.
They typically finish in about a minute.
This commit is contained in:
Thomas Eizinger
2025-05-12 21:30:52 +10:00
committed by GitHub
parent 1ceccc0da0
commit 656f5db1d0

View File

@@ -161,6 +161,7 @@ jobs:
- name: Run smoke test
working-directory: ./rust
run: cargo run -p gui-smoke-test
timeout-minutes: 2
headless-client:
name: headless-client-${{ matrix.test }}-${{ matrix.runs-on }}