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

Commit eca99ed

Browse files
authored
Merge pull request #293 from github/fixes/should-detect-git-fetch-false-negatives
Increasing time for ShouldDetectGitFetch to run correctly
2 parents c5e809c + dd6ff58 commit eca99ed

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)