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

Commit dd6ff58

Browse files
Increasing time for ShouldDetectGitFetch to run correctly
1 parent 79afd13 commit dd6ff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntegrationTests/Events/RepositoryWatcherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public void ShouldDetectGitFetch()
281281
{
282282
GitFetch("origin");
283283

284-
Thread.Sleep(ThreadSleepTimeout);
284+
Thread.Sleep(5000);
285285

286286
repositoryWatcherListener.DidNotReceive().ConfigChanged();
287287
repositoryWatcherListener.DidNotReceive().HeadChanged(Args.String);

0 commit comments

Comments
 (0)