From 6625e1b7a382c80f8650683d5d37c2a9bce722f2 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Mon, 13 Feb 2023 17:40:37 +0100 Subject: [PATCH] chore: increase action timeout --- .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 591160b..0aabba7 100644 --- a/.github/workflows/android-detox.yml +++ b/.github/workflows/android-detox.yml @@ -100,7 +100,7 @@ jobs: echo "Emulator started" - name: Run e2e tests - timeout-minutes: 30 + timeout-minutes: 60 working-directory: ./examples/detox run: yarn start & yarn test:android-ci