Update checkStreamSTable1.sim
This commit is contained in:
parent
4775642c59
commit
0d5bfc4b8c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue