mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
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:
parent
2deab75d39
commit
3846f84218
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
config: 'test/jest.config.js',
|
||||
},
|
||||
jest: {
|
||||
setupTimeout: 120000,
|
||||
setupTimeout: 240000,
|
||||
},
|
||||
},
|
||||
apps: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue