X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=5bab2f372eeccc64ccb774bfd4806fe0dbb37f11;hb=fd6ecee841f0fd100c01975f1facb2c5406f9df5;hp=291cb578a98fdfd27d12a0944216ba255a511934;hpb=2a69bf1437eb7e81979a1410b1a66a960b52caeb;p=lttng-tools.git diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 291cb578a..5bab2f372 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1995,7 +1995,7 @@ function wait_live_trace_ready () diag "Waiting for live trace at url: $url" while [ $zero_client_match -eq 0 ]; do zero_client_match=$($BABELTRACE_BIN -i lttng-live $url | grep "0 client(s) connected" | wc -l) - sleep 0.5 + sleep 0.1 done pass "Waiting for live trace at url: $url" } @@ -2008,7 +2008,7 @@ function wait_live_viewer_connect () diag "Waiting for live viewers on url: $url" while [ $one_client_match -eq 0 ]; do one_client_match=$($BABELTRACE_BIN -i lttng-live $url | grep "1 client(s) connected" | wc -l) - sleep 0.5 + sleep 0.1 done pass "Waiting for live viewers on url: $url" }