Skip to content

Commit

Permalink
shortened the wait
Browse files Browse the repository at this point in the history
  • Loading branch information
ugras-ergun-sonarsource committed Nov 15, 2023
1 parent c3e9719 commit bce3041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core.UnitTests/GitEventsMonitorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void HeadChanged_EventInvoked()

fileSystemWatcher.Raise(w => w.Renamed += null, null, null);

Task.Delay(1000).Wait();
Task.Delay(10).Wait();

counter.Should().Be(1);
}
Expand Down

0 comments on commit bce3041

Please sign in to comment.