Skip to content

Commit

Permalink
fixing rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Zhang committed Jun 29, 2024
1 parent 2c98c66 commit 745ae30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glide-core/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,8 @@ mod tests {
);

let mut cmd = Cmd::new();
cmd.arg("WAIT").arg("500");
let result = get_request_timeout(&cmd, Duration::from_millis(100));
cmd.arg("WAIT").arg(1).arg("500");
let result = get_request_timeout(&cmd, Duration::from_millis(500));
assert!(result.is_ok());
assert_eq!(
result.unwrap(),
Expand Down

0 comments on commit 745ae30

Please sign in to comment.