As part of our CI pipeline, we've configured Visual Studio Team Services build to do the build steps and run unit tests against a Sql Server database. However, our current setup uses a database stored on a separate VM. These tests run slowly and the test execution times out after 30 minutes.
Does VSTS provide ability to configure an online db for this purpose, or what other options do I have (apart from code changes) to speed up database access and/or extend the timeout period?