diff --git a/.github/workflows/android_detox.yml b/.github/workflows/android_detox.yml index fe00066cf..25080c95a 100644 --- a/.github/workflows/android_detox.yml +++ b/.github/workflows/android_detox.yml @@ -30,7 +30,7 @@ jobs: - name: Install node_modules run: | - yarn install --frozen-lockfile + yarn --frozen-lockfile --network-timeout 100000 - name: Build for detox run: |