From a49920af07f337ef5cb4a6c7a132e86b71de3d0c Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 21 Oct 2018 22:29:18 +0100 Subject: [PATCH] tests: fix integration test for hook shift_ts --- tests/integration/hook-shift_ts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/hook-shift_ts.sh b/tests/integration/hook-shift_ts.sh index 274f05f99..710597032 100755 --- a/tests/integration/hook-shift_ts.sh +++ b/tests/integration/hook-shift_ts.sh @@ -27,10 +27,11 @@ STATS_FILE=$(mktemp) NUM_SAMPLES=${NUM_SAMPLES:-10} OFFSET=-10.0 -EPSILON=0.05 +EPSILON=0.5 villas-signal -l ${NUM_SAMPLES} -r 50 random | \ villas-hook -o offset=${OFFSET} shift_ts | \ +villas-hook fix | \ villas-hook -o format=json -o output="${STATS_FILE}" stats > /dev/null jq .owd ${STATS_FILE}