Files
Dario Gabriel LipicarandClaude Opus 4.8 342b0269fe fix(doctests): raise launch_timeout for the nix run . UI tests
The tutorial doc-test went red on ubuntu with

  inspector not available on port 3768 after 120s

with `building '...-logos-standalone-app-1.0.0.drv'` as the last line of
the launch log: the app was still compiling when the clock ran out.

The runner pre-builds `nix run .` as `nix build .`, which is
packages.default — the UI plugin. But `nix run .` launches apps.default,
the standalone app, whose closure (logos-standalone-app plus the bundled
backend modules) is not covered by that warm build, so it compiles
during launch and is charged against the default 120s inspector wait.

Give the three `nix run` UI tests the same launch_timeout the
logos-wallet-module spec already uses for exactly this reason. Nothing
here is rendered into the generated Markdown.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-22 15:33:42 -03:00
..