Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Mar 1, 2024
1 parent 1e9689d commit 85a09f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions abci/tests/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async fn grpc_server_test(test_name: &str, bind_address: &str) {
tracing::debug!("starting Tenderdash in Docker container");
let td = Arc::new(common::docker::TenderdashDocker::new(
&container_name,
// TODO: replace with None once tenderdash dev is released
Some("feat-ABCI-protocol-env-var"),
&socket_uri,
));
Expand All @@ -100,8 +101,6 @@ async fn grpc_server_test(test_name: &str, bind_address: &str) {
.await
.expect("start tenderdash");

// tracing::debug!(?result, "connection handled");
// assert!(matches!(result, Ok(())));
tokio::select! {
_ = tokio::time::sleep(tokio::time::Duration::from_secs(60)) => {
panic!("Test timed out");
Expand Down

0 comments on commit 85a09f1

Please sign in to comment.