Skip to content

Commit

Permalink
Enable CSJ in all Uniform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed May 7, 2024
1 parent 5b6bae3 commit bc33a4a
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ prop_loeStalling =
pure gt {gtChainSyncTimeouts = chainSyncNoTimeouts {canAwaitTimeout = shortWait}}
)

(defaultSchedulerConfig {
defaultSchedulerConfig {
scEnableLoE = True,
scEnableChainSyncTimeouts = True
})
scEnableCSJ = True
}

shrinkPeerSchedules

Expand Down Expand Up @@ -392,8 +392,12 @@ prop_downtime = forAllGenesisTest
(genChains (QC.choose (1, 4)) `enrichedWith` \ gt ->
ensureScheduleDuration gt <$> stToGen (uniformPointsWithDowntime (gtSecurityParam gt) (gtBlockTree gt)))

(defaultSchedulerConfig
{scEnableLoE = True, scEnableLoP = True, scDowntime = Just 11})
defaultSchedulerConfig
{ scEnableLoE = True
, scEnableLoP = True
, scDowntime = Just 11
, scEnableCSJ = True
}

shrinkPeerSchedules

Expand Down

0 comments on commit bc33a4a

Please sign in to comment.