Open
Description
The test for golang.org/x/tools/internal/imports
seems to be timing out on around 25% of runs on the dragonfly-amd64
builder.
Example logs:
- https://build.golang.org/log/e697ac9c8ea86c4aa83321b80d9c1371c7c630fb
- https://build.golang.org/log/7a7c78010de15f81e9b3411c020e1048006e39e2
- https://build.golang.org/log/606423ffa1cb92cf42e35073469762d25b9e282c
- https://build.golang.org/log/ed9923ceaf868e900d12bf6e7c296d916c7f6a2c
The dragonfly-amd64
builder seems to be a bit underpowered in general (see also #29583 and #25796). Perhaps we should set GO_TEST_TIMEOUT_SCALE=2
in its environment and see if that improves the situation for x/tools
?
CC @matloob @ianthehat @tdfbsd