1 second (the minimum sensible value) is a large test for me. I really don't want thousands of small tests taking 0.999 seconds each! Can the length for small, medium, and large tests be specified in milliseconds?
timeoutForSmallTests="1"
timeoutForMediumTests="10"
timeoutForLargeTests="60"
I don't know if you'd want to reuse the existing attributes or define new ones:
timeoutInMillisecondsForSmallTests="1000"
timeoutInMillisecondsForMediumTests="10000"
timeoutInMillisecondsForLargeTests="60000"