We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c4858 commit f1e7e92Copy full SHA for f1e7e92
scripts/device-test.ps1
@@ -37,6 +37,7 @@ try
37
'--app', "$buildDir/io.sentry.dotnet.maui.device.testapp-Signed.apk",
38
'--package-name', 'io.sentry.dotnet.maui.device.testapp',
39
'--launch-timeout', '00:10:00',
40
+ '--timeout', '00:25:00',
41
'--instrumentation', 'Sentry.Maui.Device.TestApp.SentryInstrumentation'
42
)
43
@@ -58,6 +59,7 @@ try
58
59
'--app', "$buildDir/Sentry.Maui.Device.TestApp.app",
60
'--target', 'ios-simulator-64',
61
62
63
'--set-env', "CI=$envValue"
64
65
0 commit comments