views:

53

answers:

0

Hello team,

We've around 5 Test Runs scheduled as part of a build (VS2008) to run nightly. I have configured timeout values of my TestRunconfig file with following values,

I haven't set any "runTimeout" value - so i assume this test run will run infinite but each test run should only run for maximum of 5 mins. However, when the tests were executed I observed that Tests in one of the Test runs aborted while execution and the message was TimedOut.

Query - If I update my TestRunConfig to

  1. does this mean each Individual Test Run timeout value is now set to 4 hrs and each test inside individual test run will timeout if exceeds 5 mins.

  2. If i have a Ordered Test in my Test List will the testTimeout consider Ordered Test as an individual test or testTimeout values is applicable for all individual tests in orderedtest

Please advise.