Skip to content

Commit

Permalink
Increase test timeout to account for poll delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler committed Sep 5, 2023
1 parent 7c50fc2 commit 3cab6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tracee_died.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ macro_rules! assert_matches {

#[cfg(target_arch = "x86_64")]
#[test]
#[timeout(100)]
#[timeout(1000)]
fn test_tracee_died() -> Result<()> {
let cmd = Command::new("true");

Expand Down

0 comments on commit 3cab6a3

Please sign in to comment.