Skip to content

Commit 29fb220

Browse files
committed
Accelerate runtimes pace in end to end test
1 parent 35dd7a6 commit 29fb220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-end-to-end/src/mithril/aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Aggregator {
2929
format!(r#"{{"markers": [{{"name": "{mithril_era}", "epoch": 1}}]}}"#);
3030
let env = HashMap::from([
3131
("NETWORK", "devnet"),
32-
("RUN_INTERVAL", "600"),
32+
("RUN_INTERVAL", "400"),
3333
("SERVER_IP", "0.0.0.0"),
3434
("SERVER_PORT", &server_port_parameter),
3535
("URL_SNAPSHOT_MANIFEST", ""),

mithril-test-lab/mithril-end-to-end/src/mithril/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl Signer {
3030
format!(r#"{{"markers": [{{"name": "{mithril_era}", "epoch": 1}}]}}"#);
3131
let mut env = HashMap::from([
3232
("NETWORK", "devnet"),
33-
("RUN_INTERVAL", "300"),
33+
("RUN_INTERVAL", "200"),
3434
("AGGREGATOR_ENDPOINT", &aggregator_endpoint),
3535
("DB_DIRECTORY", pool_node.db_path.to_str().unwrap()),
3636
("DATA_STORES_DIRECTORY", &data_stores_path),

0 commit comments

Comments
 (0)