Update snapshot atomically when processing FS events

This commit is contained in:
Max Brunsfeld 2022-05-03 15:36:45 -07:00
parent 0ff39f1280
commit 8291b8108d
3 changed files with 79 additions and 70 deletions

View file

@ -913,7 +913,7 @@ mod tests {
);
}
#[gpui::test]
#[gpui::test(iterations = 30)]
async fn test_editing_files(cx: &mut gpui::TestAppContext) {
cx.foreground().forbid_parking();