From 0bc8c0a9c18c6c924b47dd558b47b325a4420506 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 13 Jul 2021 11:16:44 +0200 Subject: [PATCH] copr-be: sync wait-for-ssh with upstream --- .../backend/files/resalloc_provision/wait-for-ssh/wait-for-ssh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/backend/files/resalloc_provision/wait-for-ssh/wait-for-ssh b/roles/copr/backend/files/resalloc_provision/wait-for-ssh/wait-for-ssh index 957ccb4879..3b83336550 100755 --- a/roles/copr/backend/files/resalloc_provision/wait-for-ssh/wait-for-ssh +++ b/roles/copr/backend/files/resalloc_provision/wait-for-ssh/wait-for-ssh @@ -45,6 +45,7 @@ ssh = [ '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'PasswordAuthentication=no', + '-o', 'ConnectTimeout=10', ] expected_output = 'foobar'