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 /README.md | |
| parent | e40349b2042aff7ec3f272da6fc63c3ef255bb30 (diff) | |
| download | fparkan-70813154f22301d8a8eb5dd23d836e503f06ec6c.tar.xz fparkan-70813154f22301d8a8eb5dd23d836e503f06ec6c.zip | |
fix(vulkan-smoke): emit structured timeout reports
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ FPARKAN_CORPORA_MANIFEST=/private/tmp/fparkan-corpora.toml \ ```bash cargo run -p fparkan-vulkan-smoke --locked -- \ - --out target/fparkan/native-smoke/local.json + --out target/fparkan/native-smoke/local.json \ + --timeout-seconds 120 ``` Перед запуском убедитесь, что на машине доступен Vulkan loader и рабочий ICD: |
