Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 📜 Description Stabilized e2e tests on iOS 18. ## 💡 Motivation and Context Improved stability of e2e tests on CI (iOS 18) by increasing timeout and locking XCode version. For me it looks like iOS 18 and detox still doesn't work well together, but we can't do anything here at the moment, so I'm just increasing timeout to increase a probability of passing e2e tests. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### CI - increased timeout to 90 minutes; - locked XCode to stable `16.0` version; ## 🤔 How Has This Been Tested? Tested on CI. ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information