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 f517d54 commit 1fbf636Copy full SHA for 1fbf636
cli/tests/cli_integration.rs
@@ -153,6 +153,8 @@ fn update_from_nested_subdir_uses_root_locations() {
153
"http://example.org/ont/A",
154
"<http://example.org/ont/A> <http://example.org/p> <http://example.org/o> .",
155
);
156
+ // Ensure mtime advances on filesystems with coarse timestamp granularity (e.g., Windows).
157
+ std::thread::sleep(std::time::Duration::from_millis(2000));
158
159
let nested = root.join("nested").join("deeper");
160
fs::create_dir_all(&nested).unwrap();
0 commit comments