Merge pull request #27238 from taosdata/test/TD-31197-3.0
test: (fix case) add timeout-return
This commit is contained in:
commit
71776a1c2b
|
@ -1909,6 +1909,8 @@ class TDCom:
|
||||||
if latency < self.stream_timeout:
|
if latency < self.stream_timeout:
|
||||||
latency += 1
|
latency += 1
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
else:
|
||||||
|
return False
|
||||||
return tbname
|
return tbname
|
||||||
|
|
||||||
def get_group_id_from_stb(self, stbname):
|
def get_group_id_from_stb(self, stbname):
|
||||||
|
|
Loading…
Reference in New Issue