Hi,
I am using TestCase Template - Text Based - Max Length
I have modified this test case to compare the record count of source and target.
My source is a text file and target is SQL database.
For target I am having a stored procedure which gives some rows of which i want to verify the record count.
Issue: The stored procedure takes 5 mins to run because of which my test case is failing with error "Connection Time out".
Can any one advice how to change the execution time?