Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 12 - Resetting app on simulator takes very long time #759

Open
tkohout opened this issue Oct 5, 2020 · 0 comments
Open

Xcode 12 - Resetting app on simulator takes very long time #759

tkohout opened this issue Oct 5, 2020 · 0 comments

Comments

@tkohout
Copy link

tkohout commented Oct 5, 2020

I am trying the run loop with calabash-ios on the new Xcode 12.
I am following the setup described in #758 with the WIP branch:
gem "run_loop", github: "calabash/run_loop", branch: "xcode_14_support"

My test suite currently depends on the calabash option RESET_BETWEEN_SCENARIOS=1.

But currently running this on my Mac with iOS 14 simulator it takes about 2 minutes to reset the app after each test. After 2 minutes the state of the app is actually reset. I suspect there is something timeouting after 120 seconds. If I set the RESET_BETWEEN_SCENARIOS=0 it runs smoothly, but the state is obviously not reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant