fix(e2e): forward plugin lifecycle poll interval · openclaw/openclaw@b306745
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -44,6 +44,7 @@ append_positive_number_env() {
|
44 | 44 | |
45 | 45 | append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_PHASE_TIMEOUT_MS |
46 | 46 | append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS |
| 47 | +append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS |
47 | 48 | append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB |
48 | 49 | append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS |
49 | 50 | append_positive_number_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_CPU_CORE_RATIO |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1889,6 +1889,7 @@ grep -qx -- "OPENCLAW_E2E_COMMAND_TIMEOUT=23s" "$TMPDIR/package-args"
|
1889 | 1889 | expect(runner).toContain( |
1890 | 1890 | "append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_TIMEOUT_KILL_GRACE_MS", |
1891 | 1891 | ); |
| 1892 | +expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_METRIC_POLL_MS"); |
1892 | 1893 | expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_RSS_KB"); |
1893 | 1894 | expect(runner).toContain("append_positive_int_env OPENCLAW_PLUGIN_LIFECYCLE_MAX_WALL_MS"); |
1894 | 1895 | expect(runner).toContain( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。