Skip to content

Commit 5fbe31f

Browse files
committed
HACK: test: 50ms delay
1 parent 3388213 commit 5fbe31f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/uutests/src/lib/util.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,6 +1966,9 @@ impl UCommand {
19661966
log_info("run", self.to_string());
19671967
let child = command.spawn().unwrap();
19681968

1969+
println!("HACK: Add 50ms sleep!");
1970+
thread::sleep(Duration::from_millis(50));
1971+
19691972
let mut child = UChild::from(self, child, captured_stdout, captured_stderr, stdin_pty);
19701973

19711974
if let Some(input) = self.bytes_into_stdin.take() {

0 commit comments

Comments
 (0)