mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(e2e): forward plugin lifecycle poll interval
This commit is contained in:
@@ -44,6 +44,7 @@ append_positive_number_env() {
|
||||
|
||||
append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_PHASE_TIMEOUT_MS
|
||||
append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS
|
||||
append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS
|
||||
append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB
|
||||
append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS
|
||||
append_positive_number_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_CPU_CORE_RATIO
|
||||
|
||||
@@ -1889,6 +1889,7 @@ grep -qx -- "OPENCLAW_E2E_COMMAND_TIMEOUT=23s" "$TMPDIR/package-args"
|
||||
expect(runner).toContain(
|
||||
"append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS",
|
||||
);
|
||||
expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS");
|
||||
expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB");
|
||||
expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS");
|
||||
expect(runner).toContain(
|
||||
|
||||
Reference in New Issue
Block a user