[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>
Thu, 11 Mar 2021 15:43:18 +0000 (15:43 +0000)
commitbf4236118a83bb8d933727c7767aecdd1c56cd14
treea26f4ae4bc5f2f62debabdd74743348a8c7e9df1
parent3e0131fddda0ba9955a9ff68bf57e8c754152772
[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