Skip to content

Commit

Permalink
Increase assert is alive in test_following_with_pid in test_tail to 1…
Browse files Browse the repository at this point in the history
…s (1000ms)
  • Loading branch information
just-an-engineer authored and just-an-engineer committed Jul 23, 2024
1 parent bbefeba commit cbbef09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_tail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4855,7 +4855,7 @@ fn test_following_with_pid() {
.output()
.expect("failed to kill sleep command");

child.make_assertion_with_delay(100).is_alive();
child.make_assertion_with_delay(1000).is_alive();

child.kill();
}

0 comments on commit cbbef09

Please sign in to comment.