Skip to content

Commit

Permalink
one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
move47 committed Apr 23, 2024
1 parent 2424db3 commit 2d4dada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ pub mod testing {
node_state,
hotshot_events_streaming_api_url,
hotshot_builder_api_url,
Duration::from_millis(1000),
Duration::from_millis(2000),
15,
)
.await
Expand Down Expand Up @@ -640,7 +640,7 @@ pub mod testing {
channel_capacity,
node_state,
hotshot_builder_api_url,
Duration::from_millis(1000),
Duration::from_millis(2000),
15,
)
.await
Expand Down

0 comments on commit 2d4dada

Please sign in to comment.