Skip to content

Commit

Permalink
fix canonical block for a weird corner case
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Nov 12, 2024
1 parent df71048 commit a776cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/simulation/simulation_in_mem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestInMemoryMonteCarloSimulation(t *testing.T) {
simParams := params.SimParams{
NumberOfNodes: numberOfNodes,
// todo (#718) - try reducing this back to 50 milliseconds once faster-finality model is optimised
AvgBlockDuration: 40 * time.Millisecond,
AvgBlockDuration: 180 * time.Millisecond,
SimulationTime: 45 * time.Second,
L1EfficiencyThreshold: 0.2,
MgmtContractLib: ethereummock.NewMgmtContractLibMock(),
Expand Down

0 comments on commit a776cf1

Please sign in to comment.