From 3b6af94ab86eee13a5639a400d6ee82547c7e54d Mon Sep 17 00:00:00 2001 From: Anant Bhasin Date: Tue, 6 Apr 2021 15:53:37 +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 af9500adf..28effb9ec 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: 60 + timeout-minutes: 90 steps: - name: Checkout