Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Sep 12, 2023
1 parent 3695298 commit 9ddc5a3
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 @@ -27,7 +27,7 @@ func TestInMemoryMonteCarloSimulation(t *testing.T) {
NumberOfNodes: numberOfNodes,
// todo (#718) - try reducing this back to 50 milliseconds once faster-finality model is optimised
AvgBlockDuration: 250 * time.Millisecond,
SimulationTime: 300 * time.Second,
SimulationTime: 30 * time.Second,
L1EfficiencyThreshold: 0.2,
MgmtContractLib: ethereummock.NewMgmtContractLibMock(),
ERC20ContractLib: ethereummock.NewERC20ContractLibMock(),
Expand Down

0 comments on commit 9ddc5a3

Please sign in to comment.