From 30033d9224af8636c9313ca7ec05bf6fb856c153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Tue, 31 May 2022 19:12:57 +0200 Subject: [PATCH] Increases GHA timeout to 45m (#79) --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index f398269bf..eaf23e690 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -68,7 +68,7 @@ jobs: androidTest: needs: build runs-on: macOS-latest # enables hardware acceleration in the virtual machine - timeout-minutes: 30 + timeout-minutes: 45 strategy: matrix: api-level: [23, 26, 30]