From 3ee56112cb1ae2949f2d5d7845afb9b312f4d66e Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 9 Nov 2020 15:37:45 +0000 Subject: [PATCH] tests: Bump boot default timeout Starting the virtio device threads from the VMM thread has slowed down the start of the VM when running on a highly contested system like the CI. Signed-off-by: Rob Bradford --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,