Skip to content

Commit

Permalink
ci: bump QEMU timeout from 2 minutes to 5 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 11, 2024
1 parent a308906 commit ab2f676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/ci/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl Qemu {
_ => {}
}

let status = qemu.0.wait_timeout(Duration::from_secs(60 * 2))?;
let status = qemu.0.wait_timeout(Duration::from_mins(5))?;
let Some(status) = status else {
bail!("QEMU timeout")
};
Expand Down

0 comments on commit ab2f676

Please sign in to comment.