[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, 11 Sep 2021 10:15:41 +0000 (11:15 +0100)
commitd38c66b044f6bf57469cae83b867d041017792a6
treef06bdc103ee0ec2d9d1d1c89e0fb52629dee4ffe
parent929318a534666257dcc64489b02dd04759d75b6d
[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