diff --git a/performance-metrics/src/performance_tests.rs b/performance-metrics/src/performance_tests.rs index 93808c380..eb6388211 100644 --- a/performance-metrics/src/performance_tests.rs +++ b/performance-metrics/src/performance_tests.rs @@ -312,7 +312,7 @@ fn measure_virtio_net_latency(guest: &Guest, test_timeout: u32) -> Result /dev/null &", ethr_remote_path)) .map_err(InfraError::SshCommand)?; - thread::sleep(Duration::new(1, 0)); + thread::sleep(Duration::new(10, 0)); // Start the ethr client on the host let log_file = guest