Skip to content

Commit 202ea02

Browse files
authored
1 parent 83cf79c commit 202ea02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polkadot/zombienet-sdk-tests/tests/elastic_scaling/slot_based_3cores.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ async fn slot_based_3cores_test() -> Result<(), anyhow::Error> {
102102
// Note that only blocks after the first session change and blocks that don't contain a session
103103
// change will be counted.
104104
// Since the calculated backed candidate count is theoretical and the CI tests are observed to
105-
// occasionally fail, let's apply 10% tolerance to the expected range: 39 - 10% = 35
105+
// occasionally fail, let's apply 12.5% tolerance to the expected range: 39 - 12.5% =~ 34
106106
assert_para_throughput(
107107
&relay_client,
108108
15,
109-
[(ParaId::from(2100), 35..46), (ParaId::from(2200), 35..46)],
109+
[(ParaId::from(2100), 34..46), (ParaId::from(2200), 34..46)],
110110
)
111111
.await?;
112112

0 commit comments

Comments
 (0)