copr-be: specify connection timeout for vm-aws-check

This commit is contained in:
Pavel Raiskup 2020-05-26 17:05:36 +02:00
parent 21978a9423
commit 232a1a8dad

View file

@ -10,4 +10,4 @@ test -n "$RESALLOC_RESOURCE_DATA"
# we only put IP out in spawning script, nothing else
set -- $(echo "$RESALLOC_RESOURCE_DATA" | base64 --decode)
IP=$1
ssh "root@$IP" true
ssh -o ConnectTimeout=10 "root@$IP" true