diff --git a/tests/src/integration_test.rs b/tests/src/integration_test.rs index 9dd4a03..53fb64f 100644 --- a/tests/src/integration_test.rs +++ b/tests/src/integration_test.rs @@ -174,8 +174,7 @@ mod test { .arg("port-forward") .arg("redis") .arg(format!("{}:{}", forward_port, redis_port)) - .output() - .await?; + .spawn()?; tokio::time::sleep(tokio::time::Duration::from_secs(2)).await; Ok(()) }