-
Notifications
You must be signed in to change notification settings - Fork 279
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
Failing Test at HEAD #77
Comments
Sounds like a timing issue in the wait for the bot to stop on diff architectures. Have you tried increasing the Thread.sleep(1000) value? Try pushing it up to 2000/3000. Ideally, these unit tests need tweaking to wait in a loop for the bot to shutdown... I'll stick it on my list. Not had timing issues to date on Debian, Ubuntu, and my Macbook Pro (High Sierra) - thank for spotting this. |
* Still need proper fix fo testEngineExecutesNextTradeCyclesAfterReceivingExchangeNetworkException()
2000 worked for me. |
Done. Ready for next release. |
* Still need proper fix fo testEngineExecutesNextTradeCyclesAfterReceivingExchangeNetworkException()
Released. |
Wanted to begin trying this out. when I downloaded from HEAD and ran the
gradlew clean build
command the testEngineExecutesNextTradeCyclesAfterReceivingExchangeNetworkException test fails consistently for me. Fails here.I'm running this on a Windows 10 machine. I got the same failure on a macOS machine as well.
The text was updated successfully, but these errors were encountered: