propagation: Increase propagation-channel-condition-model test tolerance

Accommodates different random streams.
See https://gitlab.com/nsnam/ns-3-dev/-/merge_requests/2178#note_2143891240
This commit is contained in:
Gabriel Ferreira
2024-10-05 01:24:03 +02:00
parent 5db16057b8
commit 5b62d4baa2

View File

@@ -75,7 +75,7 @@ class ThreeGppChannelConditionModelTestCase : public TestCase
ThreeGppChannelConditionModelTestCase::ThreeGppChannelConditionModelTestCase()
: TestCase("Test case for the child classes of ThreeGppChannelConditionModel"),
m_testVectors(),
m_tolerance(2e-3)
m_tolerance(2.5e-3)
{
}