-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Bug]: test "typescript - reads config from ts file when package.json#type=module" is flaky #12558
Comments
This only started happening after #12521 (comment), no idea why. should probably revert it |
Can be just a timeout as well. @F3n67u Would you be interested to send a PR with simply increased timeout? Just to see. |
Happy to try out skiplibcheck for this test if applicable. Not for our actual type check, but this specific test would be fine 👍 |
I am wondering why not run yarn build instead of yarn build:js at ci to prepare everything? |
Since it takes 6-7 minutes to do |
I filed a pr to increase timeout to 360s: #12560 |
CI turn green when increase timeout to 360s, see https://github.com/facebook/jest/runs/5481848898?check_suite_focus=true |
GitHub ci is green. but circle ci is failing bec another reason. https://app.circleci.com/pipelines/github/facebook/jest/7495/workflows/5cc9e009-a69d-4a37-afb5-6a210da76aa9/jobs/120954/parallel-runs/1/steps/1-109 |
@F3n67u Thanks! It was just a timeout? Nice. Seems like currently Regarding the other issue. Not sure if that’s the same problem, but running To be honest, I have no experience with React at all. Perhaps it is worth to open a PR with "examples/react-native" removed (or disable)? Just to see if CircleCI will pass. If so, it would be clear where to look for the problem. I am just guessing again. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
N/A
Steps to reproduce
The typescript config test needs
@jest/types
to be built. we runtsc -b packages/jest-types
inbeforeAll
and set a 60s timeout, but this command run more than 60s occasionally at ci. I cannot reproduce it on my local macOS computer.https://github.com/facebook/jest/runs/5465229008?check_suite_focus=true#step:8:7
Expected behavior
The test is timeout after 60s and failed.
Actual behavior
Test fail occasionly.fails
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: