Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6f14401

Browse files
Removing unused constant
1 parent 90c180a commit 6f14401

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tests/IntegrationTests/Events/RepositoryWatcherTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ namespace IntegrationTests
1212
[TestFixture, Category("TimeSensitive")]
1313
class RepositoryWatcherTests : BaseGitEnvironmentTest
1414
{
15-
private const int ThreadSleepTimeout = 2000;
16-
1715
[Test, Category("TimeSensitive")]
1816
public async Task ShouldDetectFileChanges()
1917
{

0 commit comments

Comments
 (0)