Skip to content

Commit

Permalink
issue number #4099
Browse files Browse the repository at this point in the history
  • Loading branch information
grishasobol committed Jul 29, 2024
1 parent 28868b7 commit 007eece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethexe/cli/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ impl TestEnv {
self.running_service_handle = Some(handle);

// Sleep to wait for the new service to start
// TODO: find a better way to wait for the service to start
// TODO: find a better way to wait for the service to start #4099
tokio::time::sleep(Duration::from_secs(1)).await;

Ok(())
Expand Down Expand Up @@ -582,7 +582,7 @@ async fn ping_reorg() {
.unwrap();

// Await for service block with user reply handling
// TODO: this is for better logs reading only, should find a better solution.
// TODO: this is for better logs reading only, should find a better solution #4099
tokio::time::sleep(env.block_time).await;

log::info!("📗 Reverting to the program creation snapshot");
Expand Down Expand Up @@ -663,7 +663,7 @@ async fn ping_reorg() {
.unwrap();

// Await for service block with user reply handling
// TODO: this is for better logs reading only, should find a better solution.
// TODO: this is for better logs reading only, should find a better solution #4099
tokio::time::sleep(Duration::from_secs(1)).await;

log::info!("📗 Done");
Expand Down

0 comments on commit 007eece

Please sign in to comment.