copr-be: sync wait-for-ssh with upstream

This commit is contained in:
Pavel Raiskup 2021-07-13 11:16:44 +02:00
parent 62b824d4a7
commit 0bc8c0a9c1

View file

@ -45,6 +45,7 @@ ssh = [
'-o', 'StrictHostKeyChecking=no',
'-o', 'UserKnownHostsFile=/dev/null',
'-o', 'PasswordAuthentication=no',
'-o', 'ConnectTimeout=10',
]
expected_output = 'foobar'