From 0b14ce192db49795379cb34a29fa0fdf820df720 Mon Sep 17 00:00:00 2001 From: James Crosswell Date: Fri, 15 Aug 2025 16:11:51 +1200 Subject: [PATCH] Increase timeout for xharness from 15 min (default) to 25 min See this test run on the main branch (times out after 15 minutes): - https://github.com/getsentry/sentry-dotnet/actions/runs/16981934177 #skip-changelog --- scripts/device-test.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/device-test.ps1 b/scripts/device-test.ps1 index 4a3d29e6c7..03abdc2041 100644 --- a/scripts/device-test.ps1 +++ b/scripts/device-test.ps1 @@ -37,6 +37,7 @@ try '--app', "$buildDir/io.sentry.dotnet.maui.device.testapp-Signed.apk", '--package-name', 'io.sentry.dotnet.maui.device.testapp', '--launch-timeout', '00:10:00', + '--timeout', '00:25:00', '--instrumentation', 'Sentry.Maui.Device.TestApp.SentryInstrumentation' ) @@ -58,6 +59,7 @@ try '--app', "$buildDir/Sentry.Maui.Device.TestApp.app", '--target', 'ios-simulator-64', '--launch-timeout', '00:10:00', + '--timeout', '00:25:00', '--set-env', "CI=$envValue" )