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 bb70df1 commit dd0a853Copy full SHA for dd0a853
tests/cli.rs
@@ -1017,7 +1017,7 @@ fn interrupt_caught_and_kills_children() {
1017
1018
println!("Running: {args:?}");
1019
let mut child = Popen::create(&args, config).expect("spawn child");
1020
- sleep(Duration::from_secs(1)); // Let it get started
+ sleep(Duration::from_secs(2)); // Let it get started
1021
assert!(child.poll().is_none(), "child exited early");
1022
1023
println!("Send SIGINT");
0 commit comments