Skip to content

Commit

Permalink
Increase time out for Android Emulator Test on API 30.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 586383007
  • Loading branch information
wanyingd1996 authored and Dagger Team committed Nov 29, 2023
1 parent 0896fbe commit 4dcebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/artifact-android-emulator-tests
timeout-minutes: 30 # TODO(b/287486065) investigate whether there is performance regression
timeout-minutes: 35 # TODO(b/287486065) investigate whether there is performance regression
with:
api-level: '30'
artifact-android-emulator-legacy-api-tests:
Expand Down

0 comments on commit 4dcebb5

Please sign in to comment.