Remove timeout_0_test
This test was setting time limit to 0, which then caused default-provided test functions like alice_test_when to fail. Even though these function have empty body, mere calling a function takes nonzero time and is considered as exceeding time limit.
Loading
Please sign in to comment