Skip to content

Commit

Permalink
feat: implement signer registration repeater delay in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Apr 17, 2024
1 parent fb48cea commit 8a27962
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -31,6 +31,7 @@ impl RelaySigner {
("SERVER_PORT", server_port_str.as_str()),
("AGGREGATOR_ENDPOINT", aggregator_endpoint),
("DIAL_TO", &dial_to),
("SIGNER_REPEATER_DELAY", "100"),
]);
let args = vec!["-vvv", "signer"];

Expand Down

0 comments on commit 8a27962

Please sign in to comment.