copr-be: specify connection timeout for vm-aws-check
This commit is contained in:
parent
21978a9423
commit
232a1a8dad
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ test -n "$RESALLOC_RESOURCE_DATA"
|
||||||
# we only put IP out in spawning script, nothing else
|
# we only put IP out in spawning script, nothing else
|
||||||
set -- $(echo "$RESALLOC_RESOURCE_DATA" | base64 --decode)
|
set -- $(echo "$RESALLOC_RESOURCE_DATA" | base64 --decode)
|
||||||
IP=$1
|
IP=$1
|
||||||
ssh "root@$IP" true
|
ssh -o ConnectTimeout=10 "root@$IP" true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue