[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)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 9 Aug 2022 16:49:03 +0000 (17:49 +0100)
commitdca44dd1f230ed5c3ea4c1afe33585e40a0ff700
tree5d365a59bdb9d9bc7ed7a8a753819493ba6afb7c
parentd67a4bffab2a28fc45289a0998380da8a2492183
[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