-
Notifications
You must be signed in to change notification settings - Fork 0
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
[FW-296] Added the code needed to execute the simulator tests with GitHub actions #46
Conversation
…on 0 argument when a test fails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you change the ALLOWED_SLACK?, everything else looks good.
Test wasn't passing with lower slacks, it literally works from 100 onwards. I guess it's due to the issues with low time measurwments that Juan has mentioned a bunch of times. |
The thing with the SLACK is probably due to github action runners being low on resources, maybe we should execute the simulation with a slower clock both in python and c++ |
No description provided.