diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-25 06:29:43 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-25 10:45:38 +0300 |
| commit | 70813154f22301d8a8eb5dd23d836e503f06ec6c (patch) | |
| tree | 040ab28a1363dbd5a2d6d182e1c1bcb3b227c8b3 /.github/workflows/ci.yml | |
| parent | e40349b2042aff7ec3f272da6fc63c3ef255bb30 (diff) | |
| download | fparkan-70813154f22301d8a8eb5dd23d836e503f06ec6c.tar.xz fparkan-70813154f22301d8a8eb5dd23d836e503f06ec6c.zip | |
fix(vulkan-smoke): emit structured timeout reports
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 008b481..3ca3066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,6 +118,7 @@ jobs: run: > cargo run -p fparkan-vulkan-smoke --locked -- --out "target/fparkan/native-smoke/${{ matrix.smoke_platform }}.json" + --timeout-seconds 120 - name: Upload acceptance audit if: always() uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 |
