Skip to content

Commit

Permalink
tests: Relax delta in tests to pass under valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 13, 2024
1 parent 7258781 commit 0ab1cf1
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)
< 5 * core::Millisecond);
< 10 * core::Millisecond);

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

0 comments on commit 0ab1cf1

Please sign in to comment.