Skip to content

Commit

Permalink
fix(spin-test): change output to spawn to unblock
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Nov 14, 2023
1 parent cd0f78f commit ead200b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
}
Expand Down

0 comments on commit ead200b

Please sign in to comment.