[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>
Wed, 11 Jan 2023 08:33:29 +0000 (08:33 +0000)
commitd427efd8bf200dd3067d93e9d8a5c3288c4e48ad
treea8e6325439d05223004032fec366df284feb7c19
parent402f684d0e51e40b30906575d7371a35374709ae
[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