mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
test(active-memory): make circuit breaker reset test deterministic
This commit is contained in:
@@ -3145,7 +3145,7 @@ describe("active-memory plugin", () => {
|
||||
__testing.setSetupGraceTimeoutMsForTests(0);
|
||||
api.pluginConfig = {
|
||||
agents: ["main"],
|
||||
timeoutMs: 1,
|
||||
timeoutMs: 50,
|
||||
logging: true,
|
||||
circuitBreakerMaxTimeouts: 1,
|
||||
circuitBreakerCooldownMs: 60_000,
|
||||
|
||||
Reference in New Issue
Block a user