diff --git a/src/LibChorusTests/notes/AnnotationRepositoryTests.cs b/src/LibChorusTests/notes/AnnotationRepositoryTests.cs index 946b3fff..9c2e7882 100644 --- a/src/LibChorusTests/notes/AnnotationRepositoryTests.cs +++ b/src/LibChorusTests/notes/AnnotationRepositoryTests.cs @@ -227,8 +227,8 @@ public void AddAnnotation_NotifiesIndices() [Platform(Exclude = "Win", Reason = "flaky (on both platforms)")] public void ExternalFileModification_NotifiesIndices_ButSaveDoesNot() { - const int SleepTime = 10; // milliseconds - const int MaxTries = 1000; // max try 10ms * 1000 = 10s + const int SleepTime = 25; // milliseconds + const int MaxTries = 1000; // max try 25ms * 1000 = 25s using (var t = new TempFile(@" <p>hello")) {