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

Facing problems with the Travis #3

Closed
fazlizekiqi opened this issue Sep 26, 2020 · 0 comments
Closed

Facing problems with the Travis #3

fazlizekiqi opened this issue Sep 26, 2020 · 0 comments

Comments

@fazlizekiqi
Copy link

The project work perfectly fine locally with my emulators but when i try to run my tests in the Travis i am facing two problems

  1. When running throught the travis pipeline i first got :
    • The job exceeded the maximum log length, and has been terminated.
      Then i try to log the output in a file which i guess it worked because i get another different "error"
    • No output has been received in the last 10 minutes
  2. When running with the android emulator :
  "detox[4950] ERROR: Error: Exceeded timeout of 30000ms while handling jest-circus "setup" event
    detox[4950] INFO:  App is assigned to undefined
    detox[4950] INFO:  App: press button get StepOne text
    detox[4950] INFO:  App: press button get StepOne text [SKIPPED]
    detox[4950] ERROR: DetoxRuntimeError: Aborted detox.init() execution, and now running detox.cleanup()
    HINT: Most likely, your test runner is tearing down the suite due to the timeout error
    detox[4950] DEBUG: [DetoxServer.js/DISCONNECT] role=tester, sessionId=b10696f2-54a2-aa26-6987-ac125e78ccda
    detox[4950] DEBUG: [DetoxServer.js/WS_CLOSE] Detox server connections terminated gracefully
    detox[4950] WARN:  at node_modules/jest/node_modules/jest-cli/build/cli/index.js:261:15 
     Jest did not exit one second after the test run has completed.
    This usually means that there are asynchronous operations that weren't stopped in your tests. Consider running Jest with     `--detectOpenHandles` to troubleshoot this issue."

Would appreciate for a little guideline!

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