mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
1
.github/workflows/_rust.yml
vendored
1
.github/workflows/_rust.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user