1
0
mirror of https://github.com/golang/go synced 2024-11-08 02:26:11 -07:00
go/src/cmd
Brad Fitzpatrick 9d5f8eaa8a cmd/dist: increase default cmd/go test timeout
cmd/go has grown slow, even in short mode, and it's now regularly
failing on a number of builders where it's taking over the previous 3
minute timeout. for now, give it more time.

Change-Id: If565baf71c2770880b2e2139b47e03433951331f
Reviewed-on: https://go-review.googlesource.com/84235
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-12-15 02:48:35 +00:00
..
addr2line
api cmd/api: don’t rely on hardcoded go versions 2017-12-11 22:28:37 +00:00
asm compiler,linker: support for DWARF inlined instances 2017-11-30 14:39:19 +00:00
buildid cmd/buildid: add new tool factoring out code needed by go command 2017-10-11 18:16:02 +00:00
cgo cmd/cgo: don't define intgo in export prologue 2017-12-14 03:38:19 +00:00
compile cmd/compile/internal/ssa: group dump files alphabetically 2017-12-14 21:22:04 +00:00
cover cmd/cover: do not report coverage for assembly functions 2017-11-16 01:41:51 +00:00
dist cmd/dist: increase default cmd/go test timeout 2017-12-15 02:48:35 +00:00
doc cmd/doc: don't print a declaration twice 2017-11-20 05:08:37 +00:00
fix cmd/cgo: make JNI's jobject type map to uintptr in Go 2017-12-08 16:13:14 +00:00
go cmd/go: vet support for upcoming cmd/vet fixes 2017-12-14 19:55:18 +00:00
gofmt
internal cmd/compile: fix bug in DWARF inl handling of unused autos 2017-12-04 18:36:11 +00:00
link cmd/link: with -importcfg don't strip trailing ".a" 2017-12-12 04:55:56 +00:00
nm cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
objdump cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
pack cmd/pack: fix export data truncation bug 2017-09-09 14:13:33 +00:00
pprof
test2json cmd/test2json: add ability to run test binary 2017-12-01 21:06:36 +00:00
trace cmd/trace: exclude threads in syscall on behalf of runtime 2017-12-01 21:00:50 +00:00
vendor all: fix t.Skipf formats 2017-12-13 21:31:45 +00:00
vet cmd/vet: limit printf check to known Printf-like functions 2017-12-14 19:56:46 +00:00