Skip to content

Commit

Permalink
Bootstrap test CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitu33 committed Dec 7, 2022
1 parent 9de5a44 commit d10ca11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions massa-bootstrap/src/tests/scenarios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@ async fn test_bootstrap_server() {
response_tx,
..
} => {
// send the consensus blocks only on the first call
// give an empty answer for the following ones
// send the consensus blocks at the 4th slot (1 for startup + 3 for safety)
// give an empty answer for any other call
if execution_cursor
== &StreamingStep::Ongoing(Slot {
period: 1,
thread: 0,
thread: 1,
})
{
response_tx
Expand Down

0 comments on commit d10ca11

Please sign in to comment.