test: speed up trigger harness queue defaults
This commit is contained in:
parent
dc6440b9f3
commit
89e2928204
@ -124,6 +124,8 @@ export function makeCfg(home: string): OpenClawConfig {
|
||||
defaults: {
|
||||
model: { primary: "anthropic/claude-opus-4-5" },
|
||||
workspace: join(home, "openclaw"),
|
||||
// Test harness: avoid 1s coalescer idle sleeps that dominate trigger suites.
|
||||
blockStreamingCoalesce: { idleMs: 1 },
|
||||
},
|
||||
},
|
||||
channels: {
|
||||
@ -131,6 +133,11 @@ export function makeCfg(home: string): OpenClawConfig {
|
||||
allowFrom: ["*"],
|
||||
},
|
||||
},
|
||||
messages: {
|
||||
queue: {
|
||||
debounceMs: 0,
|
||||
},
|
||||
},
|
||||
session: { store: join(home, "sessions.json") },
|
||||
} as OpenClawConfig;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user