Skip to content

Commit

Permalink
Merge branch 'extend-testing-boot-timeout' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 16, 2024
2 parents 240512c + 41c0829 commit 816d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-manager/src/vm/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use super::{network, VmInstance};
const LOG_PREFIX: &str = "[qemu] ";
const STDERR_LOG_LEVEL: log::Level = log::Level::Error;
const STDOUT_LOG_LEVEL: log::Level = log::Level::Debug;
const OBTAIN_IP_TIMEOUT: Duration = Duration::from_secs(60);
const OBTAIN_IP_TIMEOUT: Duration = Duration::from_secs(180);

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down

0 comments on commit 816d407

Please sign in to comment.