aboutsummaryrefslogtreecommitdiffstats
path: root/core/test/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/state.go')
-rw-r--r--core/test/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/state.go b/core/test/state.go
index e943a8a..a5a285b 100644
--- a/core/test/state.go
+++ b/core/test/state.go
@@ -133,7 +133,7 @@ func NewState(
lambdaBA: lambda,
lambdaDKG: lambda * 10,
roundInterval: lambda * 10000,
- minBlockInterval: time.Millisecond * 1,
+ minBlockInterval: 4 * lambda,
crs: []common.Hash{genesisCRS},
nodes: nodes,
phiRatio: 0.667,