Any way to change the default timeout after 5 days...
# ask-metaflow
t
Any way to change the default timeout after 5 days? 5 days is a little low for AI model training flows.
1
l
You can use the timeout decorator
t
Thanks, this is sufficient for not being blocked but it will not change the default.
v
you can set the
@timeout
decorator globally for all steps through an environment variable
Copy code
export METAFLOW_DECOSPECS=timeout:hours=1000
which in effect changes the default