ci: bound field notes agent timeout
This commit is contained in:
parent
4861f27a37
commit
90a682ff6f
2
.github/workflows/discord-backup-report.yml
vendored
2
.github/workflows/discord-backup-report.yml
vendored
@ -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"
|
||||
|
||||
@ -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 -->"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user