test: (fix case) add timeout-return

This commit is contained in:
jiajingbin 2024-08-15 14:02:31 +08:00
parent 9f47f8467d
commit ce7d70c3b3
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):