One "apt-get install" command times out after the default 30 seconds.
We'll increase the timeout to 10m.
Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
time rsync_cmd $WORKSPACE/ceph ${VSTART_DIR}/build-ceph-vstart.sh ${UBUNTU_SSH_USER}@${UBUNTU_VM_IP}:
time SSH_TIMEOUT=4h ssh_exec ./build-ceph-vstart.sh
-ssh_exec sudo apt-get install -y python3-prettytable
+time SSH_TIMEOUT=10m ssh_exec sudo apt-get install -y python3-prettytable
if [[ "$USE_MEMSTORE" == "yes" ]]; then
OBJECTSTORE_ARGS="--memstore -o memstore_device_bytes=$VSTART_MEMSTORE_BYTES"