ContributionsMost RecentMost LikesSolutionsRe: TestComplete adjust query timeout For me, when I select Database Query, and complete the setup, when I go back into the variables tab: I see the following: Thank you for the information about JavaScripting. Looks like, I need to start looking into some classes. Re: TestComplete adjust query timeout The only Type options that I am seeing are: String, Integer, Double, Boolean, Object, Table, DB Table, and Password. DB Query isn't a choice. As for the query, it is optimized as much as it can be based on the data required for the test. As for scripting, that is outside of my skill set, so I was hoping for a timeout option parameter. Re: TestComplete adjust query timeout I am using TestComplete to execute my query. I am in the process of setting up a data driven loop, so in Variables tab, I have set the type to DB Table, and the Default Value information is as follows: Specify the data source type (set to Database query), I have selected the server name, and selected the specific database, tested the connection, and it connects. Specify Query (I have put in the query and click the View Results Button.) It is when I click the View Results Button, that I receive the query time expired error. I haven't been able to figure out where to change the query time length. TestComplete adjust query timeout Is it possible to adjust the query timeout inside of TestComplete? I am currently running a query that when run in SQL Server Management Studio (SSMS), it takes 37 seconds to generate the results, but when I run the same query inside of TestComplete, I receive the following error. Unable to display the table data. The following error occurred: Query timeout expired