Hey, small question regarding timeout and packaging -
When trying to create a flow (based on argo-workflows create) - if our FlowSpec file is in the main dir of our repo - we are getting timeouts.
On the other hand - inserting the exact same file into an empty dir and it succeeds.
It seems like the packing procedure (under the folder of the Flowspec file) is just too heavy to handle in some cases. Is it possible to change the timeout/something else?
Thanks!