Browse Source

chore: increase action timeout

master
Henning Hall 2 years ago
parent
commit
6625e1b7a3
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

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

Loading…
Cancel
Save