fix(hermes): allow slow worker prompt startup
Some checks failed
Tests / Declarative: Post Actions failed: 2, passed: 154

This commit is contained in:
jenkins 2026-08-08 22:44:11 -03:00
parent 42f5f80146
commit 823d053b67
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ spec:
ai.bstein.dev/execution: Herdr-supervised Codex and Claude Code ai.bstein.dev/execution: Herdr-supervised Codex and Claude Code
ai.bstein.dev/model-policy: difficulty-aware low through xhigh, cross-provider fallback ai.bstein.dev/model-policy: difficulty-aware low through xhigh, cross-provider fallback
ai.bstein.dev/placement: rpi5 preferred; Jetson deferred until state storage is available ai.bstein.dev/placement: rpi5 preferred; Jetson deferred until state storage is available
ai.bstein.dev/config-rev: "20260808-herdr-browser-tui-prompt-marker" ai.bstein.dev/config-rev: "20260808-herdr-browser-tui-prompt-timeout"
vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: hermes-agent vault.hashicorp.com/role: hermes-agent
vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens

View File

@ -197,7 +197,7 @@ def launch_worker(
"--lines", "--lines",
"120", "120",
"--timeout", "--timeout",
"30000", "120000",
], ],
env, env,
) )

View File

@ -84,7 +84,7 @@ def test_claude_worker_waits_for_prompt_readiness(tmp_path: Path, monkeypatch):
"--lines", "--lines",
"120", "120",
"--timeout", "--timeout",
"30000", "120000",
] ]
prompt = calls[-1] prompt = calls[-1]
assert prompt[1:5] == [ assert prompt[1:5] == [