Skip to content

Commit 86f9a7a

Browse files
committed
Increased the timeout for tests.
1 parent 02abdef commit 86f9a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TryAtSoftware.CleanTests.UnitTests/Constants/UnitTestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
public static class UnitTestConstants
44
{
5-
public const int Timeout = 2000;
5+
public const int Timeout = 3000;
66
}

0 commit comments

Comments
 (0)