Skip to content

Commit f1e7e92

Browse files
Increase timeout for xharness from 15 min (default) to 25 min (#4449)
See this test run on the main branch (times out after 15 minutes): - https://github.com/getsentry/sentry-dotnet/actions/runs/16981934177 #skip-changelog
1 parent 52c4858 commit f1e7e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/device-test.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ try
3737
'--app', "$buildDir/io.sentry.dotnet.maui.device.testapp-Signed.apk",
3838
'--package-name', 'io.sentry.dotnet.maui.device.testapp',
3939
'--launch-timeout', '00:10:00',
40+
'--timeout', '00:25:00',
4041
'--instrumentation', 'Sentry.Maui.Device.TestApp.SentryInstrumentation'
4142
)
4243

@@ -58,6 +59,7 @@ try
5859
'--app', "$buildDir/Sentry.Maui.Device.TestApp.app",
5960
'--target', 'ios-simulator-64',
6061
'--launch-timeout', '00:10:00',
62+
'--timeout', '00:25:00',
6163
'--set-env', "CI=$envValue"
6264
)
6365

0 commit comments

Comments
 (0)