-
Notifications
You must be signed in to change notification settings - Fork 542
Description
after several attempts, I got past the build dependency errors such as mentioned in #1501 and fixed in #1503, but I am now getting timeouts when the tests run. Although this might be my solution, it runs ok and very quickly on my laptop, so I'm guessing not? Is this a further dependency/build issue?
Your tests timed out. This might mean that there was an issue in our infrastructure, but more likely it suggests that your code is running slowly. Is there an infinite loop or something similar?
Please check your code, and if nothing seems to be wrong, try running the tests again.
locally running the tests:
test result: ok. 109 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
I've manually changed Cargo.toml to:
[dev-dependencies]
hexlit = "0.5"
rstest = "0.12"
rstest_reuse = "0.3"
(note #1503 has test_reuse="0.1.0"
but that caused dependency complaints for me)
at the time of writing, I cannot see any passing solutions for this exercise in the Community Solutions.