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

Travis: always timeout #15

Closed
ZxBing0066 opened this issue Sep 27, 2018 · 1 comment
Closed

Travis: always timeout #15

ZxBing0066 opened this issue Sep 27, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ZxBing0066
Copy link
Contributor

Current behavior
When run Travis jobs, there is a common error like below:

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
The build has been terminated

Expected behavior
No timeout error

To Reproduce

  1. Just trigger a Travis job
  2. Not 100% to see

Minimal demo
No

Package version x.y.z
No

Screenshots
image

Browser
No

Additional context

@ZxBing0066 ZxBing0066 added the bug Something isn't working label Sep 27, 2018
@ZxBing0066 ZxBing0066 self-assigned this Sep 27, 2018
@ZxBing0066
Copy link
Contributor Author

When add the same jobs to CircleCI, it's always break too, and with the out of memory error:
image

Then I found this issue in jest, it seems like an error when jest run multiple test parallel, there is no enough memory in the VM. For resolve this, I follow this to set max worker number to 2, and then it's resolved!!!

Write this just for record this difficult issue.

Resolve commit id: dfa7f0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant