diff --git a/parachain/modules/consensus/sync-committee/prover/src/test.rs b/parachain/modules/consensus/sync-committee/prover/src/test.rs index aae4a8dc0..8d2e46fcf 100644 --- a/parachain/modules/consensus/sync-committee/prover/src/test.rs +++ b/parachain/modules/consensus/sync-committee/prover/src/test.rs @@ -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 } },