From 0ed97fcd0d78f2b1c2033786a84d4c7e3f0869db Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Mon, 28 Dec 2020 21:36:07 +0100 Subject: [PATCH] increase yarn 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 47ed653..adfa33a 100644 --- a/.github/workflows/android-detox.yml +++ b/.github/workflows/android-detox.yml @@ -54,7 +54,7 @@ jobs: - name: Install npm dependencies working-directory: ./examples/detox run: | - yarn install --frozen-lockfile + yarn install --frozen-lockfile --network-timeout 60000 - name: Download Android Emulator Image timeout-minutes: 15