Sixty seconds is roughly how long it takes to read the three options properly. The timeout was calibrated for people who do not read them.
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
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.