test: allow slower CLI metadata help rendering

This commit is contained in:
Peter Steinberger
2026-04-09 10:13:01 +01:00
parent 7497abc124
commit fbbb4f02d1

View File

@@ -25,7 +25,7 @@ const rootDir = path.resolve(scriptDir, "..");
const distDir = path.join(rootDir, "dist");
const outputPath = path.join(distDir, "cli-startup-metadata.json");
const extensionsDir = path.join(rootDir, "extensions");
const ROOT_HELP_RENDER_TIMEOUT_MS = 60_000;
const ROOT_HELP_RENDER_TIMEOUT_MS = 120_000;
const CORE_CHANNEL_ORDER = [
"telegram",
"whatsapp",