From 405b4a6829d466b321ec03ab4e9c7b8fce789b9f Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 23 Nov 2022 16:57:23 +0100 Subject: [PATCH] tests: Increase time for proper shutdown in test_simple_launch() Signed-off-by: Sebastien Boeuf --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index a9db1ca17..fe73a4a1e 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1996,7 +1996,7 @@ mod common_parallel { let _ = guest.ssh_command("sudo systemctl stop snapd"); guest.ssh_command("sudo poweroff").unwrap(); - thread::sleep(std::time::Duration::new(10, 0)); + thread::sleep(std::time::Duration::new(20, 0)); let latest_events = [ &MetaEvent { event: "shutdown".to_string(),