Child workflow timeout

hello, we noticed that our child workflow is timing out after 10 minutes by default. Is there a way to override that? Thank you

What SDK are you using?

I’m using the python sdk, version 1.6.0

Child workflows do not have default timeouts. Can you explain what your use case is for this child workflow?

we have a parent workflow that triggers our childworkflow that is triggered via a parent workflow that is a cron job. We’re currently running into a WorkflowExecutionTimedOut error that times out after 10 minutes

would we simply need to add something like execution_timeout: Features - Python SDK feature guide | Temporal Documentation to the estimated time we’d expect the child workflow to complete?

Can you go a little further into details as of what you’re trying to accomplish?