Closed
Description
For example: https://build.golang.org/log/9b5c6ae2c5be87e49c9893e9ea6dcc2aa6198200
The builder has been consistently broken for this and other reasons since mid-May, so it's hard to pinpoint when this failure started happening. I tried looking for an existing issue about this, but couldn't find any.
If I run go test -v runtime
on my laptop, I get the result:
ok runtime 171.977s
Perhaps the three-minute timeout per package is too low for the runtime package, seeing as how my run barely fit under 180s. Or perhaps some of the long or expensive tests should be made faster.
/cc @aclements @ianlancetaylor @bradfitz
Tangential question - should this be labelled Testing
or Builders
? Perhaps the label descriptions could be clarified.