Skip to content

Commit f15eb9d

Browse files
committed
Add test coverage around startup race and missing file on startup.
1 parent 2ef298e commit f15eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/watcher/test/file_watcher/startup_race_tests.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void startupRaceTests({required bool isNative}) {
3131
// TODO(davidmorgan): the MacOS watcher currently does get unwanted events,
3232
// fix it.
3333
if (isNative && Platform.isMacOS) {
34-
expect(events, greaterThan(10));
34+
expect(events, greaterThan(50));
3535
} else {
3636
expect(events, 0);
3737
}

0 commit comments

Comments
 (0)