Skip to content
Snippets Groups Projects
Commit cca15382 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#298): cucumber tests

parent f88eec20
No related branches found
No related tags found
1 merge request!323Resolve "network/gdev-800 branch tests are failing"
Pipeline #40297 waiting for manual action
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
}, },
"parameters": { "parameters": {
"babe_epoch_duration": 30, "babe_epoch_duration": 30,
"distance_evaluation_period": 7,
"cert_period": 15, "cert_period": 15,
"cert_max_by_issuer": 10, "cert_max_by_issuer": 10,
"cert_min_received_cert_to_issue_cert": 2, "cert_min_received_cert_to_issue_cert": 2,
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
}, },
"parameters": { "parameters": {
"babe_epoch_duration": 30, "babe_epoch_duration": 30,
"distance_evaluation_period": 7,
"cert_period": 15, "cert_period": 15,
"cert_max_by_issuer": 10, "cert_max_by_issuer": 10,
"cert_min_received_cert_to_issue_cert": 2, "cert_min_received_cert_to_issue_cert": 2,
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
}, },
"parameters": { "parameters": {
"babe_epoch_duration": 30, "babe_epoch_duration": 30,
"distance_evaluation_period": 7,
"cert_period": 2, "cert_period": 2,
"cert_max_by_issuer": 10, "cert_max_by_issuer": 10,
"cert_min_received_cert_to_issue_cert": 2, "cert_min_received_cert_to_issue_cert": 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment