Skip to content

Commit

Permalink
Merge #75
Browse files Browse the repository at this point in the history
75: Fix sporadic test failure r=petreeftime a=matthiasbeyer

<details>
Closes #70
</details>

Co-authored-by: Matthias Beyer <[email protected]>
  • Loading branch information
bors[bot] and matthiasbeyer authored Oct 9, 2022
2 parents a2d7d0e + 350671f commit 2151dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ mod tests {

#[test]
fn test_read_line() -> Result<(), Error> {
let mut s = spawn("cat", Some(1000))?;
let mut s = spawn("cat", Some(100000))?;
s.send_line("hans")?;
assert_eq!("hans", s.read_line()?);
let should = crate::process::wait::WaitStatus::Signaled(
Expand Down

0 comments on commit 2151dab

Please sign in to comment.