What is the default timeout for EF queries? I've tried to find out by checking context.CommandTimeout, but it returns null.
I have also looked in the web config in the connection string for something like Connect Timeout=, but it doesn't seem to be there by default.