aboutsummaryrefslogtreecommitdiffstats
path: root/tests/osmux/osmux_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/osmux/osmux_test.c')
-rw-r--r--tests/osmux/osmux_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/osmux/osmux_test.c b/tests/osmux/osmux_test.c
index 44620cd..3003974 100644
--- a/tests/osmux/osmux_test.c
+++ b/tests/osmux/osmux_test.c
@@ -62,7 +62,7 @@ static void tx_cb(struct msgb *msg, void *data)
timersub(&now, &last, &diff);
last = now;
- if (diff.tv_usec > 17000) {
+ if (diff.tv_usec > 2*17000) {
fprintf(stdout, "lagging to deliver reconstructed RTP\n");
exit(EXIT_FAILURE);
}