feat: add timeout for execute_parent_action based on agent elapsed time
loading diff…
execute_parent_action that accounts for the time the current agent has already been runningremaining = TEST_AND_FIX_TIMEOUT_SECONDS - elapsed_since_agent_startagent_start_time in _test_single_actionexecute_parent_action receives and uses the timeout_wait_for_action respects the timeout when waiting for parent actionsExecuteParentActionRunner respects the timeout when running🤖 Generated with Claude Code