From b5460b419cf35a387db8cd5b718b42213f1ec151 Mon Sep 17 00:00:00 2001 From: Campello Manuel <9112949+CampelloManuel@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:14:20 +0200 Subject: [PATCH] stricter policy for tests --- .github/workflows/android_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android_tests.yml b/.github/workflows/android_tests.yml index 6a29d000..91d6460f 100644 --- a/.github/workflows/android_tests.yml +++ b/.github/workflows/android_tests.yml @@ -13,8 +13,8 @@ jobs: # this job runs all the tests job_tests: if: github.repository == 'spacecowboy/NotePad' # no need to run it on forks - timeout-minutes: 70 # emulators are slow: a "test jobs" can finish in (up to) 57 minutes - continue-on-error: true # finish for all configurations, even if one fails + timeout-minutes: 45 # test jobs take ~11 minutes each. We give time to download the AVD images + continue-on-error: false # failing the test on ONE configuration makes them ALL fail strategy: matrix: # test on emulators with these Android API versions. They all have ATD images.