File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mithril-test-lab/mithril-end-to-end/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ pub struct Args {
51
51
cardano_slot_length : f64 ,
52
52
53
53
/// Length of a Cardano epoch in the devnet (in s)
54
- #[ clap( long, default_value_t = 45 .0) ]
54
+ #[ clap( long, default_value_t = 30 .0) ]
55
55
cardano_epoch_length : f64 ,
56
56
57
57
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ impl Aggregator {
39
39
let signed_entity_types = aggregator_config. signed_entity_types . join ( "," ) ;
40
40
let env = HashMap :: from ( [
41
41
( "NETWORK" , "devnet" ) ,
42
- ( "RUN_INTERVAL" , "400 " ) ,
42
+ ( "RUN_INTERVAL" , "200 " ) ,
43
43
( "SERVER_IP" , "0.0.0.0" ) ,
44
44
( "SERVER_PORT" , & server_port_parameter) ,
45
45
( "URL_SNAPSHOT_MANIFEST" , "" ) ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ impl Signer {
31
31
format ! ( r#"{{"markers": [{{"name": "{mithril_era}", "epoch": 0}}]}}"# ) ;
32
32
let mut env = HashMap :: from ( [
33
33
( "NETWORK" , "devnet" ) ,
34
- ( "RUN_INTERVAL" , "200 " ) ,
34
+ ( "RUN_INTERVAL" , "100 " ) ,
35
35
( "AGGREGATOR_ENDPOINT" , & aggregator_endpoint) ,
36
36
( "DB_DIRECTORY" , pool_node. db_path . to_str ( ) . unwrap ( ) ) ,
37
37
( "DATA_STORES_DIRECTORY" , & data_stores_path) ,
You can’t perform that action at this time.
0 commit comments