diff --git a/PARR.AIHIT/AIHIT/SyncherInstaller.cs b/PARR.AIHIT/AIHIT/SyncherInstaller.cs index c7953aef..5c12629b 100644 --- a/PARR.AIHIT/AIHIT/SyncherInstaller.cs +++ b/PARR.AIHIT/AIHIT/SyncherInstaller.cs @@ -23,6 +23,7 @@ namespace PARR.AIHIT services.AddDbContext(options => options.UseSqlServer( configuration.GetConnectionString("AihitConnection") + ,sqlServerOptions => sqlServerOptions.CommandTimeout(1800) )); services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies());