Descriptionruntime: make new tests shorter in short mode
We see timeouts in these tests on some platforms,
but not on the others. The hypothesis is that
the problematic platforms are slow uniprocessors.
Stack traces do not suggest that the process
is completely hang, and it is able to schedule
the alarm goroutine. And if it actually hangs,
we still will be able to detect that.
Patch Set 1 #Patch Set 2 : diff -r 9e6bf9246b90 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r 9e6bf9246b90 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r 9e6bf9246b90 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 3
|