[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>
Fri, 22 Jan 2021 17:59:14 +0000 (17:59 +0000)
commitaea41b41cc9d41273580b513f16de49e6d58e006
tree1c8781c1891b5d3aa548d37d03f4015669983cb5
parent503ee8672f0885fe33bfdb0c6e49d623d2deef0e
[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 0006-cmd-dist-increase-default-timeout-scale-for-arm.patch
src/cmd/dist/test.go