Closed akarnokd closed 7 years ago
I was able to reproduce it locally, you need to increase the timeout for your DirectProcessor1Tck tests, 100 ms worked for me. Will create a PR that creates a more meaningful error message.
I haven't looked into the TCK code but I'd assume there is an arithmetic operation on a TimeSpan done inside the TCK that ends up negative because of the late response of the DirectProcessor1Tck, right?
yes and we use this result as timeout for the call to the blocking collection.
Randomly I'm getting the following
ArgumentOutOfRangeException
complaining about a negative TimeSpan value:The Hungarian error message translates as: the timeout value must be between -1 and 2147483647 inclusive but it was -58.