mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test: align install smoke timeout assertion
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user