-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
detox test ios with error: Timeout of 120000ms exceeded #602
Comments
Did you set the testID on your component? |
@LeoNatan yes, i did.
i use react-native@0.52 and detox@6.0.4, the |
Please run the test using |
|
What do you see on screen? |
@LeoNatan the new process
xcode log ( not found useful information):
|
I am not sure what is going on. Please try enabling debug synchronization and paste log here. Thanks |
@LeoNatan I am not sure what is wrong with my test. when i annotation the reloadReactNative, the test run is ok.
|
We still haven’t released a version with full 0.53 support (but have pushed a fixed). We’ll release a version soon. |
@LeoNatan I still get this error on detox 7.3.3 |
Open a new issue with all requested information. |
Any update on this, I am receiving the same issue stating a timeout for a demo application itself, "expo": "^27.0.1", |
@srikanthpusapatiUnt +1 |
Please don't "+1" issues. If you are seeing a problem, please open a new issue and provide all the necessary information. |
Description
due to use react-native@0.53.0, by.text can not run. then i update detox version (6.0.4->7.1.0), and run
detox test
with errorTimeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
setup
package.json
mocha.opts
init
login.spec.js
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
The text was updated successfully, but these errors were encountered: