From 0d5bfc4b8cca282cda154d048d79cbf4336fb798 Mon Sep 17 00:00:00 2001 From: dapan1121 <72057773+dapan1121@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:00:51 +0800 Subject: [PATCH] Update checkStreamSTable1.sim --- tests/script/tsim/stream/checkStreamSTable1.sim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/script/tsim/stream/checkStreamSTable1.sim b/tests/script/tsim/stream/checkStreamSTable1.sim index 96769f5db8..b25e582104 100644 --- a/tests/script/tsim/stream/checkStreamSTable1.sim +++ b/tests/script/tsim/stream/checkStreamSTable1.sim @@ -25,7 +25,7 @@ loopCheck: sleep 1000 $loop_count = $loop_count + 1 -if $loop_count == 10 then +if $loop_count == 30 then return -1 endi @@ -86,7 +86,7 @@ loopCheck1: sleep 1000 $loop_count = $loop_count + 1 -if $loop_count == 10 then +if $loop_count == 30 then return -1 endi