diff --git a/tests/test_vsock_connect_stress.rs b/tests/test_vsock_connect_stress.rs index cc08312e..2d0fb780 100644 --- a/tests/test_vsock_connect_stress.rs +++ b/tests/test_vsock_connect_stress.rs @@ -176,7 +176,7 @@ async fn kill_on_drop_stress(pid: u32, label: &str) -> Result<()> { /// Full lifecycle stress test for vsock CONNECT reliability. /// /// Tests exec through: baseline → clone → clone-of-clone → parallel clones → sibling death. -/// Every exec must succeed and complete in under 2 seconds. +/// Every exec must succeed and complete in under MAX_EXEC_MS (5 seconds). #[cfg(feature = "privileged-tests")] #[tokio::test] async fn test_vsock_connect_lifecycle_stress_bridged() -> Result<()> {