test: extend bundled plugin runtime ready smoke

This commit is contained in:
Peter Steinberger
2026-05-02 09:03:21 +01:00
parent d1f199ddb0
commit daad78701f
2 changed files with 7 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ const TOKEN = "bundled-plugin-runtime-smoke-token";
const WATCHDOG_MS = readPositiveInt(process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_WATCHDOG_MS, 1000);
const READY_TIMEOUT_MS = readPositiveInt(
process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_READY_MS,
420000,
900000,
);
const RPC_TIMEOUT_MS = readPositiveInt(process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_RPC_MS, 60000);
const RPC_READY_TIMEOUT_MS = readPositiveInt(