Increase React Native E2E (#22230)

### Description
<!-- Describe your changes. -->
Increase the detox setup timeout to 4 minutes. 

The iOS RN E2E tests are taking slightly around 2 mins to setup causing
flakiness.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Improve RN CI pass rate
This commit is contained in:
Scott McKay 2024-09-27 08:59:36 +10:00 committed by GitHub
parent 2deab75d39
commit 3846f84218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ module.exports = {
config: 'test/jest.config.js',
},
jest: {
setupTimeout: 120000,
setupTimeout: 240000,
},
},
apps: {