case: restore vnode wait sleep from 500ms to 1s
This commit is contained in:
parent
5b117199f5
commit
c26e0fb50a
|
@ -107,8 +107,8 @@ class RestoreBasic:
|
|||
status = True
|
||||
break
|
||||
else:
|
||||
time.sleep(0.5)
|
||||
tdLog.info(f"sleep 500ms retry {i} to check status again...")
|
||||
time.sleep(1)
|
||||
tdLog.info(f"sleep 1s retry {i} to check status again...")
|
||||
|
||||
if status == False:
|
||||
tdLog.exit("check vgroups status failed, exit.")
|
||||
|
|
Loading…
Reference in New Issue