Skip to content

Commit

Permalink
add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 10, 2024
1 parent 6038996 commit 89df079
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:

test-local-android:
name: Test on Android
timeout-minutes: 30
runs-on: ubuntu-latest
needs: build
timeout-minutes: 60

env:
ANDROID_HOME: /home/runner/androidsdk
Expand Down Expand Up @@ -156,6 +156,7 @@ jobs:
- name: Run tests
working-directory: ${{ github.workspace }}/e2e
timeout-minutes: 30
run: ./run_tests

- name: Stop screen recording of AVD
Expand Down Expand Up @@ -185,6 +186,7 @@ jobs:
name: Test on iOS
runs-on: macos-latest
needs: build
timeout-minutes: 60

env:
MAESTRO_DRIVER_STARTUP_TIMEOUT: 240000 # 240s
Expand Down

0 comments on commit 89df079

Please sign in to comment.