Description
Currently the timeout for a test is only an attribute apply-able on a test method in code. This cannot be changed without a rebuild of the test code. This request is to add a configurable timeout for each test in a session. This can be achieved via an additional setting in the runsettings section for the adapter like below:
<Runsettings>
<MSTest>
<TestTimeout>2000</TestTimeout>
</MSTest>
</Runsettings>
So when the above runsettings is provided in a session, every test in that session can run for a maximum of 2000 milliseconds.
Description
Currently the timeout for a test is only an attribute apply-able on a test method in code. This cannot be changed without a rebuild of the test code. This request is to add a configurable timeout for each test in a session. This can be achieved via an additional setting in the runsettings section for the adapter like below:
So when the above runsettings is provided in a session, every test in that session can run for a maximum of 2000 milliseconds.