The place where the command timeout is set is no longer the same as earlier versions.
However, I cannot find anywhere that says how to change this.
What I am doi
you can change it through your context
public class ApplicationDbContext : DbContext { public ApplicationDbContext() { Database.SetCommandTimeout(150000); } }