From 0bf3456d38a71fca532dc5ea8f75514e780f0827 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 14 Dec 2019 20:13:12 +0100 Subject: [PATCH] New timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efd2ba89..74bafa33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: with: java-version: 1.8 - name: Execute emulator tests - timeout-minutes: 16 + timeout-minutes: 18 uses: reactivecircus/android-emulator-runner@v2.2.0 with: api-level: ${{ matrix.EMULATOR_API }}