Create a new class of tests, timeout tests #234
Labels
quality improvements
This item indicates the need for or supplies changes that improve maintainability
unit test
Related to a new, changed or fixed unit test
2021-10-13T17:49:05Z dsiganos
We are currently not testing timeouts properly because our main test is core_test and adding timeout test in core_test significantly impacts the length of time it runs and we want to keep core_test fairly fast.So let's create a new set tests, timeout_test to test timeout that take a long time to test and let's run it once a day in CI.
The text was updated successfully, but these errors were encountered: