mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-13 16:58:07 -05:00
This change increases the HTTP client timeout buffer from 5 to 100 seconds when executing actions. The HTTP client waits for action.timeout + buffer seconds before timing out, to allow the action execution server to timeout first and return a proper error message. With the increased buffer, we can better observe and debug timeout behavior on the server side without the client timing out prematurely. Co-authored-by: openhands <openhands@all-hands.dev>