diff --git a/tests/integration.rs b/tests/integration.rs index 0d9ebc5e4..e135e93a6 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -53,7 +53,7 @@ mod tests { const DEFAULT_TCP_LISTENER_MESSAGE: &str = "booted"; const DEFAULT_TCP_LISTENER_PORT: u16 = 8000; - const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 40; + const DEFAULT_TCP_LISTENER_TIMEOUT: i32 = 80; struct Guest<'a> { tmp_dir: TempDir,