Skip to content

Commit

Permalink
Add timeout to instrumented tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Nov 23, 2023
1 parent 0a4d283 commit a679172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
instrumented_tests:
name: Instrumented Tests
runs-on: macOS-latest
timeout-minutes: 30
needs: [ unit_tests, build ]
steps:
- name: Project Checkout
Expand Down

0 comments on commit a679172

Please sign in to comment.