Files
Twitch-VOD-Manager/scripts
Sucukdeluxe 5c1ddf26ca
Windows CI / verify (push) Failing after 3m46s
fix(ci): wait for asynchronous NSIS uninstaller surface cleanup
The installer smoke asserted a clean registry and shortcut surface
immediately after the silent uninstall returned and the installation
directory disappeared. NSIS uninstallers run detached through a
temporary copy, so shortcut and registry removal completes after the
invoked process exits, and on current runner images the immediate check
raced that cleanup and failed with leftover HKCU keys and shortcuts.
The smoke now polls the exact same surface assertions until a bounded
deadline, keeping a genuinely dirty uninstall failing, with contract
coverage for the tolerated asynchronous cleanup and the persistent
failure case.
2026-08-14 15:30:30 +02:00
..
2026-08-13 22:59:15 +02:00