[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)
committerWilliam 'jawn-smith' Wilson <jawn-smith@ubuntu.com>
Tue, 4 Oct 2022 20:34:34 +0000 (21:34 +0100)
commitc266d50f7f8d8e0a7788765a6db2bedce8fc7bf1
tree73f81e5ee845d468129eb63b9f3c0340fea4d8e3
parente2aa6891a65576b5e04ed0f46ca2ca6c69afb855
[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