fix: mysql 测试可连接性失败 (#12104)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-11-14 17:03:20 +08:00
committed by GitHub
parent 4e5a44bd98
commit d63c4d6cc4
7 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ def common_argument_spec():
class SSHClient:
SLEEP_INTERVAL = 0.3
SLEEP_INTERVAL = 2
COMPLETE_FLAG = 'complete'
def __init__(self, module):