Merge pull request #27238 from taosdata/test/TD-31197-3.0

test: (fix case) add timeout-return
This commit is contained in:
Alex Duan 2024-08-16 15:24:41 +08:00 committed by GitHub
commit 71776a1c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1909,6 +1909,8 @@ class TDCom:
if latency < self.stream_timeout:
latency += 1
time.sleep(1)
else:
return False
return tbname
def get_group_id_from_stb(self, stbname):