You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the test cases that are implemented in repo uses a deadline annotation and currently, few of them are failing. Following is an example for that, FAILED tests/test_utils.py::TestSolveLinearDiop::test_completeness - hypothesis.errors.DeadlineExceeded: Test took 719.00ms, which exceeds the deadline of 400.00ms .
Is this the way to check the performance of the project, we cannot rely on the end users PC speed to pass any test.
And, we need to add Github workflow to check whether test cases are passing we can automate that easily.
The text was updated successfully, but these errors were encountered:
Some of the test cases that are implemented in repo uses a deadline annotation and currently, few of them are failing. Following is an example for that,
FAILED tests/test_utils.py::TestSolveLinearDiop::test_completeness - hypothesis.errors.DeadlineExceeded: Test took 719.00ms, which exceeds the deadline of 400.00ms
.Is this the way to check the performance of the project, we cannot rely on the end users PC speed to pass any test.
And, we need to add Github workflow to check whether test cases are passing we can automate that easily.
The text was updated successfully, but these errors were encountered: