Browse Source

increase yarn timeout

master
Henning Hall 4 years ago
parent
commit
0ed97fcd0d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/android-detox.yml

+ 1
- 1
.github/workflows/android-detox.yml View File

@ -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

Loading…
Cancel
Save