From 8be6ab5cfebee9da6eba8e8baeaf1d5716170d77 Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Tue, 6 Apr 2021 12:22:14 +0530 Subject: [PATCH] timeout increase --- .github/workflows/android_detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index 7a836c77a..cc920297e 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -5,7 +5,7 @@ on: [pull_request] jobs: build-android-experimental-play-debug: runs-on: macos-latest - timeout-minutes: 15 + timeout-minutes: 60 steps: - name: Checkout