[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, 6 Dec 2022 19:39:48 +0000 (19:39 +0000)
commit7f33a78fbde4d6708ca20beaee6d2482ca8b072a
tree158ccfba0ad9ae3ef61f093c495ba27b3b38d3b7
parentd410105637620be4881b78eefeeec5f4c7b135ed
[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