Skip to content

Commit 8a27962

Browse files
committed
feat: implement signer registration repeater delay in e2e test
1 parent fb48cea commit 8a27962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ impl RelaySigner {
3131
("SERVER_PORT", server_port_str.as_str()),
3232
("AGGREGATOR_ENDPOINT", aggregator_endpoint),
3333
("DIAL_TO", &dial_to),
34+
("SIGNER_REPEATER_DELAY", "100"),
3435
]);
3536
let args = vec!["-vvv", "signer"];
3637

0 commit comments

Comments
 (0)