Add timeout
This commit is contained in:
parent
2f7e2da782
commit
6e09130629
@ -4,7 +4,7 @@ namespace Codeforces.Test;
|
||||
|
||||
public class Tests
|
||||
{
|
||||
[Fact]
|
||||
[Fact(Timeout = 30000)]
|
||||
public void TestText()
|
||||
{
|
||||
IOTester.Start();
|
||||
@ -32,7 +32,7 @@ public class Tests
|
||||
Assert.Equal(expected, actual);
|
||||
}
|
||||
|
||||
[Theory]
|
||||
[Theory(Timeout = 30000)]
|
||||
[ClassData(typeof(FileNameGenerator))]
|
||||
public void TestIO(string input, string output)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user