I have a DacPac that I'm deploying to multiple databases on the same server at once. Because this puts the server under a great load occasionally you get "Lock Timeouts" on this type of deployment. When I intersected the DacPac deployment in SQL Profiler I noticed that the deployment was setting the "Lock Timeout" to 5 seconds before running the rest of the update statements:
set LOCK_TIMEOUT 5000
I would like to change that to be something higher, how do I do this?