Hi,
When upgrading Commerce from 9.2.1 to 9.13.0 the migration script fails at "Migrates promotion information" with a sql command timeout.
The promotionInformation table have about 35,000 records. Is there a way to override the sql command timeout in Commerce?
We've tried setting SqlContext.Current.CommandTimeout in the initializationmodule, but it always timeouts at 30 seconds.
Thanks