Skip to content

Commit

Permalink
tests: Increase threshold in loopback_sink_2_source
Browse files Browse the repository at this point in the history
The check can sometimes fail when running in QEMU on CI.
  • Loading branch information
gavv committed Dec 19, 2024
1 parent 8fdad1c commit cbeada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/roc_pipeline/test_loopback_sink_2_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ void check_metrics(ReceiverSlot& receiver,
send_party_metrics.link.lost_packets);
CHECK(std::abs(recv_party_metrics.link.peak_jitter
- send_party_metrics.link.peak_jitter)
< 10 * core::Millisecond);
< 20 * core::Millisecond);

DOUBLES_EQUAL(recv_party_metrics.latency.niq_latency,
send_party_metrics.latency.niq_latency, core::Millisecond);
Expand Down

0 comments on commit cbeada5

Please sign in to comment.