Skip to content

Commit

Permalink
try adding sleep in permissioned_test
Browse files Browse the repository at this point in the history
  • Loading branch information
move47 committed Apr 23, 2024
1 parent 42aa230 commit 22d5570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/src/permissioned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ mod test {
tracing::info!(
"block_info/availableblocks/{parent_commitment}/{hotshot_client_pub_key}/{encoded_signature}"
);
// sleep and wait for builder service to startup
async_sleep(Duration::from_millis(3000)).await;
let available_block_info = match builder_client
.get::<Vec<AvailableBlockInfo<SeqTypes>>>(&format!(
"block_info/availableblocks/{parent_commitment}/{hotshot_client_pub_key}/{encoded_signature}"
Expand Down

0 comments on commit 22d5570

Please sign in to comment.