The community member in the post is concerned about the default 10-second timeout in an asynchronous workflow, especially for larger projects with time-consuming I/O operations. The other community members respond that the timeout is there to prevent infinite loops in user code, and suggest increasing the timeout to a larger value.
Oh there's a default timeout of 10s, in the workflow constructor, i see, interesting. since its async, there's a timeout. this could cause some trouble for larger projects right, especially when time consuming I/O is happening, any thoughts ?