From f032be02ad882490bd53b912789a841d200c5c6b Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Tue, 6 Apr 2021 21:32:11 +0530 Subject: [PATCH] timeout extension --- .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 28effb9ec..a33c94506 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: 90 + timeout-minutes: 240 steps: - name: Checkout