Skip to content

Commit

Permalink
Increased timeout for android device tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell committed Oct 3, 2024
1 parent 5f55d72 commit 3cea899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/device-tests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:


- name: Run Tests
timeout-minutes: 30
timeout-minutes: 40
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # Tag: v2.32.0
with:
api-level: ${{ matrix.api-level }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/device-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try
$arguments = @(
'--app', "$buildDir/io.sentry.dotnet.maui.device.testapp-Signed.apk",
'--package-name', 'io.sentry.dotnet.maui.device.testapp',
'--launch-timeout', '00:10:00'
'--launch-timeout', '00:20:00'
)
}
elseif ($Platform -eq 'ios')
Expand Down

0 comments on commit 3cea899

Please sign in to comment.