Skip to content

Commit

Permalink
Slow down test app to ease debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Feb 10, 2025
1 parent d96fdf0 commit c52fcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/crates/test/app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub async fn run(
// When that happens, we store the decided value in our store
state.commit(certificate).await?;

sleep(Duration::from_millis(100)).await;
sleep(Duration::from_millis(500)).await;

// And then we instruct consensus to start the next height
if reply
Expand Down

0 comments on commit c52fcbe

Please sign in to comment.