Forum Discussion

mugheessiddiqui's avatar
mugheessiddiqui
Contributor
7 years ago
Solved

VSTS timeout error "Test test_name exceeded execution timeout period."

Running scripts from VSTS when execution exceeds 30 minutes duration, VSTS logs error message Test test_name exceeded execution timeout period.   Can anyone help me to fixed this issue in VSTS.   ...
  • mugheessiddiqui's avatar
    7 years ago

    My problem has been solved.

     

    I have to defined testsetting file in TestComplete test project of Visual Studio. my test complete project name is TCRunner

    I have just defined the Test Timeouts settings and saved the file parallel to the .tc12Test Files. e.g TestSettings1.testsettings.
    I have to modify Run Functional Tests step of Agent phase in VSTS and define the Run Setting file e.g "$(System.DefaultWorkingDirectory)\tc\TCRunner\TestSettings1.testsettings"

     

    Just save the release definition and deploy the build. Test run has bypass the default 30 minutes timeout settings and Log.mht files uploaded successfully without facing error message Test 'test_name' exceeded execution timeout period.