What steps will reproduce the problem?
1.Create a test method
[Test]
public void testMethod1()
{
}
2.Default timeout for this method is 10 minutes.
3.To increase timeout write below attribute above test method
[Test]
[Timeout(10000)]
public void safari()
What is the expected output? What do you see instead?
I am getting compile time error as
'System.Threading.Timeout' is not an attribute class
What version of the product are you using? On what operating system?
Version -Gallio_MbUnit.3.4.14.0
Please provide any additional information below.
Original issue reported on code.google.com by amolachi...@gmail.com on 15 May 2015 at 2:24
Original issue reported on code.google.com by
amolachi...@gmail.com
on 15 May 2015 at 2:24