-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
Help-WantedThe issue is up-for-grabs, and can be claimed by commentingThe issue is up-for-grabs, and can be claimed by commenting
Description
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.
Steinblock, andyrooger, IanKemp, shazsan, jamers99 and 2 more
Metadata
Metadata
Assignees
Labels
Help-WantedThe issue is up-for-grabs, and can be claimed by commentingThe issue is up-for-grabs, and can be claimed by commenting