Skip to content

Commit

Permalink
chore(MR): Increase expected message latency to handle slow upgrades (#…
Browse files Browse the repository at this point in the history
…3941)

This fixes the flaky xnet_compatibility_test by bumping the bound on the
expected mean latency from 40 to 60 seconds
  • Loading branch information
oggy-dfin authored Feb 13, 2025
1 parent 39bff21 commit 83373d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/tests/message_routing/xnet/xnet_compatibility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub async fn test_async(env: TestEnv) {
// while the long running test is running we are generous
// with error thresholds.
75.0,
40,
60,
)
.with_call_timeouts(&call_timeouts);

Expand Down

0 comments on commit 83373d2

Please sign in to comment.