Skip to content

Commit

Permalink
Merge pull request fedimint#6400 from dpc/24-11-19-fix-flake-again
Browse files Browse the repository at this point in the history
fix: flaky latency test due to low arbitrary limits
  • Loading branch information
elsirion authored Nov 19, 2024
2 parents 6ef9744 + 1edcc20 commit cfb4176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devimint/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub async fn latency_tests(
} = dev_fed;

let max_p90_factor = 5.0;
let p90_median_factor = 7;
let p90_median_factor = 10;

let client = match upgrade_clients {
Some(c) => match r#type {
Expand Down

0 comments on commit cfb4176

Please sign in to comment.