Update checkStreamSTable1.sim

This commit is contained in:
dapan1121 2024-06-24 11:00:51 +08:00 committed by GitHub
parent 4775642c59
commit 0d5bfc4b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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