-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix sporadic test failure #75
Conversation
matthiasbeyer
commented
Oct 9, 2022
Signed-off-by: Matthias Beyer <[email protected]>
So that made it work for now. @petreeftime what do you think? Is that enough? Or just a "sporadic success"? 😆 |
I guess I can bors try to see whether this does the trick or fails again... |
tryBuild succeeded: |
The error seems to be caused by duplication of output, so I don't know whether this will help. I don't see a reason not to try, but I think there must be something that either was always buggy and interacts poorly with the test env, or caused by some minor change in nix 0.25 vs 0.14 that interacts poorly with the test env. |
bors merge |
What I can think of is that the timeout is too short, and that caused the test to execute the following: cat
hans
hans: no such command or something like that (because |
Why does this take so long? Is bors overloaded right now? Weird... 🤔 |
Build succeeded: |