From e3084d7fb720996372a16add73254db4b307e4a7 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Tue, 22 Mar 2022 16:16:40 +0800 Subject: [PATCH] Update maxvnodes.sim --- tests/script/unique/big/maxvnodes.sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/unique/big/maxvnodes.sim b/tests/script/unique/big/maxvnodes.sim index 10dbc8bbff..4d99ace03d 100644 --- a/tests/script/unique/big/maxvnodes.sim +++ b/tests/script/unique/big/maxvnodes.sim @@ -52,7 +52,7 @@ $x = 0 show3: $x = $x + 1 sleep 2000 - if $x == 1000 then + if $x == 100 then return -1 endi @@ -86,4 +86,4 @@ system sh/exec.sh -n dnode4 -s stop -x SIGINT system sh/exec.sh -n dnode5 -s stop -x SIGINT system sh/exec.sh -n dnode6 -s stop -x SIGINT system sh/exec.sh -n dnode7 -s stop -x SIGINT -system sh/exec.sh -n dnode8 -s stop -x SIGINT \ No newline at end of file +system sh/exec.sh -n dnode8 -s stop -x SIGINT -- GitLab