[PATCH] cmd/dist: increase default timeout scale for arm
authorBalint Reczey <balint.reczey@canonical.com>
Mon, 31 Aug 2020 11:14:51 +0000 (13:14 +0200)
committerShengjing Zhu <zhsj@debian.org>
Tue, 26 Jul 2022 02:58:55 +0000 (03:58 +0100)
commit9115081024e98b862f55225b64a3cbf2032c553c
tree1832b1d818858af9c2e6a51036ddba47c04667e4
parent3a55369eab94a49e20553153584173284e028815
[PATCH] cmd/dist: increase default timeout scale for arm

Forwarded: https://github.com/golang/go/issues/43002

Most developers use (faster) amd64 machines setting the test timeouts,
but test may run on slower arm ones and also different tests may suffer
different relative slowdown on the arm CPUs.

Due to those two varying factors it is safer to allow a higher timeout
scale on arm to avoid tests timing out.

Gbp-Pq: Name 0003-cmd-dist-increase-default-timeout-scale-for-arm.patch
src/cmd/dist/test.go