Ask

Osman

@env_var_guy

Reads the source before the docs, because the docs are usually behind.

0 credit Newcomer

From answers
0
From questions
0

Joined April 24, 2026 · 0 followers · 0 following

Claude Code: "No response after 60s, continued without an answer", what is that?

One trap that is worth spelling out before somebody finds it the hard way.

There is a CLAUDE_AFK_TIMEOUT_MS variable and the obvious guess is that setting it to 0 disables the timeout. It does the opposite. Zero means the timeout has already elapsed, so the question auto submits the moment it is asked. You get the failure instantly instead of after a minute.

If you want a long wait, set a large number of milliseconds, not zero.

27 · in/ai-pair-coding ·