add max wait time

This commit is contained in:
dapan1121 2021-01-13 10:01:38 +08:00
parent a67f7504df
commit a7875c33ae
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class TDTestCase:
tdLog.info("=============== step3")
start = time.time()
tdSql.waitedQuery("select * from st", 1, 120)
delay = int(time.time() - start) + 20
delay = int(time.time() - start) + 80
v = tdSql.getData(0, 3)
if v >= 51:
tdLog.exit("value is %d, which is larger than 51" % v)