Skip to content

Commit

Permalink
interrupt_caught_and_kills_children: more time to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 21, 2022
1 parent bb70df1 commit dd0a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ fn interrupt_caught_and_kills_children() {

println!("Running: {args:?}");
let mut child = Popen::create(&args, config).expect("spawn child");
sleep(Duration::from_secs(1)); // Let it get started
sleep(Duration::from_secs(2)); // Let it get started
assert!(child.poll().is_none(), "child exited early");

println!("Send SIGINT");
Expand Down

0 comments on commit dd0a853

Please sign in to comment.