Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 12, 2023
1 parent 8d7f6c4 commit eb31545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ async fn test_prover() {
);

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

0 comments on commit eb31545

Please sign in to comment.