installer_timeout (shared/core/Models/CatalogItem.cs:156) carries a comment describing the value as minutes. The engine treats it as seconds.
Anyone who writes installer_timeout: 30 intending half an hour gets thirty seconds, and a long installer is killed mid-write. Fixing the comment is the minimum; naming the unit in the pkgsinfo documentation would help more.
installer_timeout(shared/core/Models/CatalogItem.cs:156) carries a comment describing the value as minutes. The engine treats it as seconds.Anyone who writes
installer_timeout: 30intending half an hour gets thirty seconds, and a long installer is killed mid-write. Fixing the comment is the minimum; naming the unit in the pkgsinfo documentation would help more.