Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Sep 12, 2023
1 parent 2a6bcc2 commit ee1743c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/nodes/nomos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ fn create_node_config(
mode: mixnet_client_mode,
topology: mixnet_topology,
connection_pool_size: 255,
..Default::default()
max_retries: 3,
retry_delay: Duration::from_secs(5),
},
mixnet_delay: Duration::ZERO..Duration::from_millis(10),
},
Expand Down

0 comments on commit ee1743c

Please sign in to comment.