mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 03:21:17 +00:00
fix(e2e): route plugin update through timeout helper
This commit is contained in:
@@ -66,8 +66,9 @@ describe("plugin update unchanged Docker E2E", () => {
|
||||
|
||||
expect(script).toContain("OPENCLAW_PLUGIN_UPDATE_TIMEOUT_SECONDS");
|
||||
expect(script).toContain(
|
||||
'timeout "${plugin_update_timeout_seconds}s" node "$entry" plugins update',
|
||||
'openclaw_e2e_maybe_timeout "${plugin_update_timeout_seconds}s" node "$entry" plugins update',
|
||||
);
|
||||
expect(script).not.toMatch(/^\s*timeout "\$\{plugin_update_timeout_seconds\}s" node "\$entry"/mu);
|
||||
expect(script).toContain('"--- plugin update output ---"');
|
||||
expect(script).toContain('"--- local registry output ---"');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user