commit | a8a4eedf8c97852389ea5f2c252660d3616af041 | [log] [tgz] |
---|---|---|
author | Alex Vaghin <ddos@google.com> | Tue Aug 16 22:51:58 2016 +0200 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Aug 16 21:05:27 2016 +0000 |
tree | 4c6124516c4262736bf4d5563d22f68c8120c908 | |
parent | 1f83de14df312a49980cf0b48d13101190615af6 [diff] |
acme/autocert: improve test speed on 386 This change makes the tests run considerably faster on GOARCH=386 by reducing test RSA keys to 512-bit size. It also increases GetCertificate test timeout to allow for slower computations. Change-Id: I7a27ffa5130f9ba08ee2069dad29aed74fa8c521 Reviewed-on: https://go-review.googlesource.com/27094 Run-TryBot: Alex Vaghin <ddos@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>