#!/bin/bash # Copyright 2021 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if ! timeout --foreground 180s ${0%/*}/wait_for_vm; then echo "" echo "Timeout while waiting for VM (See 'screen -r vm' or vm.log in sponge)" exit 1 fi