File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mithril-test-lab/mithril-end-to-end/src/mithril Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ impl Aggregator {
29
29
format ! ( r#"{{"markers": [{{"name": "{mithril_era}", "epoch": 1}}]}}"# ) ;
30
30
let env = HashMap :: from ( [
31
31
( "NETWORK" , "devnet" ) ,
32
- ( "RUN_INTERVAL" , "600 " ) ,
32
+ ( "RUN_INTERVAL" , "400 " ) ,
33
33
( "SERVER_IP" , "0.0.0.0" ) ,
34
34
( "SERVER_PORT" , & server_port_parameter) ,
35
35
( "URL_SNAPSHOT_MANIFEST" , "" ) ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ impl Signer {
30
30
format ! ( r#"{{"markers": [{{"name": "{mithril_era}", "epoch": 1}}]}}"# ) ;
31
31
let mut env = HashMap :: from ( [
32
32
( "NETWORK" , "devnet" ) ,
33
- ( "RUN_INTERVAL" , "300 " ) ,
33
+ ( "RUN_INTERVAL" , "200 " ) ,
34
34
( "AGGREGATOR_ENDPOINT" , & aggregator_endpoint) ,
35
35
( "DB_DIRECTORY" , pool_node. db_path . to_str ( ) . unwrap ( ) ) ,
36
36
( "DATA_STORES_DIRECTORY" , & data_stores_path) ,
You can’t perform that action at this time.
0 commit comments