-
Notifications
You must be signed in to change notification settings - Fork 215
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
Some Windows tests are never finishing #2237
Comments
So I just disabled the Appveyor build in factor of the GitHub build, but I'll still need to debug the GitHub build |
For reference, here's one of the failed Windows jobs: https://github.com/dhall-lang/dhall-haskell/runs/2979018865 |
For comparison, here's the successful CI job from the parent of the problematic c23e4d5: https://github.com/dhall-lang/dhall-haskell/runs/2917448856 (CC @mmhat) |
Since it seems that the |
So the status quo on this issue is that the dhall-haskell/dhall/dhall.cabal Lines 706 to 720 in dc31e3c
AFAIK this test suite isn't very important for checking cross-platform correctness, so it's not a big problem. When sol/doctest#300 is fixed or once we're using a more recent GHC version in the Windows builds, we can try re-enabling the test suite. |
I have noticed that since PR #2196 was merged into master, the AppVeyor build and the github action
main / dhall on windows-latest (push)
are both being cancelled for taking too long (60 min on AppVeyor and 360 min on GitHub).I don't know why it is happening and I think is worth that someone with more experience reviews it 😅
The text was updated successfully, but these errors were encountered: