fix: wait upload max from 5m to 10m

This commit is contained in:
Alex Duan 2024-04-28 18:12:45 +08:00
parent 22fd5a7a15
commit e2787bdd4d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class TDTestCase(TBase):
loop = 0 loop = 0
rets = [] rets = []
overCnt = 0 overCnt = 0
while loop < 100: while loop < 200:
time.sleep(3) time.sleep(3)
# check upload to s3 # check upload to s3