test: align install smoke timeout assertion

This commit is contained in:
Peter Steinberger
2026-04-21 03:59:24 +01:00
parent 8e20e6584d
commit 32434b5f81

View File

@@ -70,7 +70,7 @@ describe("install-sh smoke runner", () => {
'HEARTBEAT_INTERVAL="${OPENCLAW_INSTALL_SMOKE_HEARTBEAT_INTERVAL:-60}"',
);
expect(script).toContain(
'INSTALL_COMMAND_TIMEOUT="${OPENCLAW_INSTALL_SMOKE_COMMAND_TIMEOUT:-300}"',
'INSTALL_COMMAND_TIMEOUT="${OPENCLAW_INSTALL_SMOKE_COMMAND_TIMEOUT:-900}"',
);
expect(script).toContain("run_with_heartbeat");
expect(script).toContain("npm_install_global");