]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: increase timeout scale to 3 for windows
authorAndrew <andybons@golang.org>
Mon, 25 Jun 2018 20:24:37 +0000 (20:24 +0000)
committerAndrew Bonventre <andybons@golang.org>
Mon, 25 Jun 2018 20:52:59 +0000 (20:52 +0000)
commit3c586d4483b0cf59cd57adec150317c497065845
treed5b6366558cedba89303f189bd67fd79469dd5cc
parent7e9d55eeeb183ee95d26b3ed4ff171902605decf
cmd/dist: increase timeout scale to 3 for windows

cmd/go can sometimes take up to 400s on windows due
to various issues (disk I/O on builders being the
latest cause). Increase the timeout scale to account
for this.

Change-Id: I1fd4964472a70fb0f33cf6ed73298c034b9c1fb0
Reviewed-on: https://go-review.googlesource.com/120762
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go