ci: bound field notes agent timeout

This commit is contained in:
Peter Steinberger 2026-04-21 09:01:55 +01:00
parent 4861f27a37
commit 90a682ff6f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ jobs:
--skip-search \
--skip-health
tmp_config="$(mktemp)"
jq '.agents.defaults.model = "openai/gpt-5.2" | .agents.defaults.timeoutSeconds = 1200 | .agents.defaults.llm.idleTimeoutSeconds = 900' \
jq '.agents.defaults.model = "openai/gpt-5.2" | .agents.defaults.timeoutSeconds = 300 | .agents.defaults.llm.idleTimeoutSeconds = 240' \
"$OPENCLAW_STATE_DIR/openclaw.json" > "$tmp_config"
mv "$tmp_config" "$OPENCLAW_STATE_DIR/openclaw.json"
scripts/discord-backup-field-notes.sh "$CONFIG" "$BACKUP_REPO"

View File

@ -9,7 +9,7 @@ fi
CONFIG=$1
BACKUP_REPO=$2
OPENCLAW_BIN=${OPENCLAW_BIN:-openclaw}
OPENCLAW_TIMEOUT=${OPENCLAW_TIMEOUT:-1200}
OPENCLAW_TIMEOUT=${OPENCLAW_TIMEOUT:-300}
OPENCLAW_THINKING=${OPENCLAW_THINKING:-low}
GH_REPO=${DISCORD_FIELD_NOTES_GITHUB_REPO:-openclaw/openclaw}
START_MARKER="<!-- discrawl-field-notes:start -->"