Skip to content

Commit

Permalink
tests/util: Set default timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
Joining7943 committed Dec 15, 2022
1 parent 5e4a024 commit db855de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ impl UCommand {
#[cfg(any(target_os = "linux", target_os = "android"))]
limits: vec![],
stderr_to_stdout: false,
timeout: None,
timeout: Some(Duration::from_secs(10)),
};

if let Some(un) = util_name {
Expand Down

0 comments on commit db855de

Please sign in to comment.