fix: wait upload max from 5m to 10m
This commit is contained in:
parent
22fd5a7a15
commit
e2787bdd4d
|
@ -103,7 +103,7 @@ class TDTestCase(TBase):
|
|||
loop = 0
|
||||
rets = []
|
||||
overCnt = 0
|
||||
while loop < 100:
|
||||
while loop < 200:
|
||||
time.sleep(3)
|
||||
|
||||
# check upload to s3
|
||||
|
|
Loading…
Reference in New Issue