tests: Increase time for proper shutdown in test_simple_launch()

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2022-11-23 16:57:23 +01:00 committed by Rob Bradford
parent a50b3784fe
commit 405b4a6829

View File

@ -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(),