Skip to content

Commit

Permalink
Integration Tests -> Reduce error timeout from 25 to 5 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfm committed Nov 25, 2024
1 parent f7c611c commit f1e7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/testing/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub(super) fn load_edgar_config(carl_port: Port, peer_id: PeerId) -> anyhow::Res
.set_override(opendut_edgar::testing::settings::key::peer::id, peer_id.to_string())?
.set_override("network.carl.host", "localhost")?
.set_override("network.carl.port", carl_port.0)?
.set_override("network.connect.retries", 100)?
.set_override("network.connect.retries", 20)?
.set_override("network.oidc.enabled", false)?
.build()?;

Expand Down

0 comments on commit f1e7a55

Please sign in to comment.