We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c294 commit d07175eCopy full SHA for d07175e
server/src/ide/filewatcher.rs
@@ -1113,7 +1113,7 @@ mod tests {
1113
dest.push("test2.py");
1114
fs::rename(file_path, dest.as_path()).unwrap();
1115
// Wait for the filewatcher to debounce this file write.
1116
- sleep(Duration::from_secs(1)).await;
+ sleep(Duration::from_secs(2)).await;
1117
let m = get_message(&mut to_client_rx).await;
1118
assert_eq!(m.id, INITIAL_IDE_MESSAGE_ID + 2.0 * MESSAGE_ID_INCREMENT);
1119
assert!(matches!(m.message, EditorMessageContents::Closed));
0 commit comments