aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBrad Corso <bcorso@google.com>2021-01-29 16:53:45 -0800
committerDagger Team <dagger-dev+copybara@google.com>2021-01-29 16:55:14 -0800
commit12a8f39456354ac3627c87bc7cde3581a8879b02 (patch)
treeb9cbb7f02499e1019489d3bee6b98e4aa72582d9 /.github
parentd1edbbf939bc4a001a738ab76f736272c2349c48 (diff)
downloaddagger2-12a8f39456354ac3627c87bc7cde3581a8879b02.tar.gz
Add timeout to emulator tests since these are likely to hang.
RELNOTES=N/A PiperOrigin-RevId: 354637747
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index be2b0bd7f..328d4b1df 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -125,6 +125,7 @@ jobs:
path: ~/.m2/repository/com/google/dagger
- name: 'Gradle Android emulator tests (API 30)'
uses: reactivecircus/android-emulator-runner@v2
+ timeout-minutes: 25
with:
api-level: 30
target: google_apis
@@ -206,6 +207,7 @@ jobs:
path: ~/.m2/repository/com/google/dagger
- name: 'Gradle Android emulator tests (API ${{ matrix.api-level }})'
uses: reactivecircus/android-emulator-runner@v2
+ timeout-minutes: 25
with:
api-level: ${{ matrix.api-level }}
target: google_apis