[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>
Thu, 3 Nov 2022 13:20:54 +0000 (13:20 +0000)
commit8066f487a8f5437a9772bc4812faf3d3a69e9992
treec9a29dcb9c50533acf75b642a9e53186594f7e59
parentbca44e9407f2720af497e2aedc6cb7bdc0787d57
[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