Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Oct 15, 2023
1 parent 4ae1e20 commit a7ca01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parachain/modules/consensus/sync-committee/prover/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ async fn test_prover() {
);

count += 1;
// For CI purposes we test finalization of 3 epochs
if count == 3 {
// For CI purposes we test finalization of 2 epochs
if count == 2 {
break
}
},
Expand Down

0 comments on commit a7ca01a

Please sign in to comment.