1483208d874662046d0c74f05958c6b63e87f819bAlex Light#!/bin/bash
2483208d874662046d0c74f05958c6b63e87f819bAlex Light#
3483208d874662046d0c74f05958c6b63e87f819bAlex Light# Copyright (C) 2017 The Android Open Source Project
4483208d874662046d0c74f05958c6b63e87f819bAlex Light#
5483208d874662046d0c74f05958c6b63e87f819bAlex Light# Licensed under the Apache License, Version 2.0 (the "License");
6483208d874662046d0c74f05958c6b63e87f819bAlex Light# you may not use this file except in compliance with the License.
7483208d874662046d0c74f05958c6b63e87f819bAlex Light# You may obtain a copy of the License at
8483208d874662046d0c74f05958c6b63e87f819bAlex Light#
9483208d874662046d0c74f05958c6b63e87f819bAlex Light#     http://www.apache.org/licenses/LICENSE-2.0
10483208d874662046d0c74f05958c6b63e87f819bAlex Light#
11483208d874662046d0c74f05958c6b63e87f819bAlex Light# Unless required by applicable law or agreed to in writing, software
12483208d874662046d0c74f05958c6b63e87f819bAlex Light# distributed under the License is distributed on an "AS IS" BASIS,
13483208d874662046d0c74f05958c6b63e87f819bAlex Light# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14483208d874662046d0c74f05958c6b63e87f819bAlex Light# See the License for the specific language governing permissions and
15483208d874662046d0c74f05958c6b63e87f819bAlex Light# limitations under the License.
16483208d874662046d0c74f05958c6b63e87f819bAlex Light
17483208d874662046d0c74f05958c6b63e87f819bAlex Light# Run with a 2 minute default dex2oat timeout and a 2.5 minute hard dex2oat timeout.
18483208d874662046d0c74f05958c6b63e87f819bAlex Light./default-run "$@" --dex2oat-timeout 120 --dex2oat-rt-timeout 180
19