diff --git a/tests/path.rs b/tests/path.rs index 1b4594fe69e..52e117d762b 100644 --- a/tests/path.rs +++ b/tests/path.rs @@ -298,6 +298,7 @@ fn no_rebuild_dependency() { p.url(), p.url()))); + sleep_ms(1000); p.change_file("src/foo.rs", r#" extern crate bar; fn main() { bar::bar(); }