[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>
Sat, 4 Dec 2021 09:37:57 +0000 (09:37 +0000)
commitcfe72c2ac4ac90d327e7a358a2c2a880b225bbc6
tree096ee4652d5568935cf0b114539ee3521e029294
parentfcdf0c595914ca3b00691d1718bf0d417c45932f
[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 0005-cmd-dist-increase-default-timeout-scale-for-arm.patch
src/cmd/dist/test.go