From e575b98c9c491ec40ef5d017810efa3e4a4574d5 Mon Sep 17 00:00:00 2001 From: Marvin Klimke Date: Mon, 18 Mar 2019 15:42:26 +0100 Subject: [PATCH] prepare functional test script in virtual machine --- tests/integration/pipe-loopback-rtp-dual.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index 180365129..f5b2c6779 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -41,12 +41,12 @@ FORMAT="villas.binary" VECTORIZE="1" RATE=100 -NUM_SAMPLES=100 +NUM_SAMPLES=2000 cat > ${CONFIG_FILE_SRC} << EOF { "logging" : { - "level" : "debug" + "level" : "info" }, "nodes" : { "rtp_node" : { @@ -81,7 +81,7 @@ EOF cat > ${CONFIG_FILE_DEST} << EOF { "logging" : { - "level" : "debug" + "level" : "info" }, "nodes" : { "rtp_node" : {