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 8d0a325 commit ee429b5Copy full SHA for ee429b5
.github/workflows/sample-application.yml
@@ -15,6 +15,7 @@ concurrency:
15
env:
16
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
17
MAESTRO_VERSION: '2.0.10'
18
+ MAESTRO_DRIVER_STARTUP_TIMEOUT: 90000 # Increase timeout from default 30s to 90s for CI stability
19
RN_SENTRY_POD_NAME: RNSentry
20
IOS_APP_ARCHIVE_PATH: sentry-react-native-sample.app.zip
21
ANDROID_APP_ARCHIVE_PATH: sentry-react-native-sample.apk.zip
0 commit comments