From 52a933f113b668163ce972224d952963b830f3c7 Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Sat, 29 May 2021 11:15:12 +0800 Subject: [PATCH] chore(CI): fix relup error --- .ci/fvt_tests/relup.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/fvt_tests/relup.lux b/.ci/fvt_tests/relup.lux index cbecb9e14..bd37d241d 100644 --- a/.ci/fvt_tests/relup.lux +++ b/.ci/fvt_tests/relup.lux @@ -72,7 +72,7 @@ [shell bench] !cd $BENCH_PATH - !./emqtt_bench pub -c 10 -I 1000 -t t/%i -s 64 -L 600 + !./emqtt_bench pub -c 10 -I 1000 -t t/%i -s 64 -L 300 ???sent [shell emqx] @@ -109,7 +109,7 @@ ???publish complete ??SH-PROMPT: !curl http://127.0.0.1:8080/counter - ???{"data":600,"code":0} + ???{"data":300,"code":0} ?SH-PROMPT [shell emqx2]