Skip to content

Commit dd0a853

Browse files
committed
interrupt_caught_and_kills_children: more time to get started
1 parent bb70df1 commit dd0a853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ fn interrupt_caught_and_kills_children() {
10171017

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

10231023
println!("Send SIGINT");

0 commit comments

Comments
 (0)