From 823d053b671d9882b8a4428f853ef7ef6a4e2ed7 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 8 Aug 2026 22:44:11 -0300 Subject: [PATCH] fix(hermes): allow slow worker prompt startup --- services/hermes/agent-deployment.yaml | 2 +- services/hermes/scripts/herdr_dispatch.py | 2 +- testing/tests/test_hermes_herdr.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/hermes/agent-deployment.yaml b/services/hermes/agent-deployment.yaml index 326b1c70f..63686ce10 100644 --- a/services/hermes/agent-deployment.yaml +++ b/services/hermes/agent-deployment.yaml @@ -24,7 +24,7 @@ spec: 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/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/role: hermes-agent vault.hashicorp.com/agent-inject-secret-anthropic-token: kv/data/atlas/hermes/agent-tokens diff --git a/services/hermes/scripts/herdr_dispatch.py b/services/hermes/scripts/herdr_dispatch.py index 94889e140..7143f6ca6 100644 --- a/services/hermes/scripts/herdr_dispatch.py +++ b/services/hermes/scripts/herdr_dispatch.py @@ -197,7 +197,7 @@ def launch_worker( "--lines", "120", "--timeout", - "30000", + "120000", ], env, ) diff --git a/testing/tests/test_hermes_herdr.py b/testing/tests/test_hermes_herdr.py index 198ccfbb7..473ae8ec0 100644 --- a/testing/tests/test_hermes_herdr.py +++ b/testing/tests/test_hermes_herdr.py @@ -84,7 +84,7 @@ def test_claude_worker_waits_for_prompt_readiness(tmp_path: Path, monkeypatch): "--lines", "120", "--timeout", - "30000", + "120000", ] prompt = calls[-1] assert prompt[1:5] == [