]> Cypherpunks repositories - gostls13.git/commit
os/exec: use subprocess deadline in TestExtraFiles
authorIan Lance Taylor <iant@golang.org>
Tue, 7 Apr 2020 23:39:42 +0000 (16:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 8 Apr 2020 21:34:49 +0000 (21:34 +0000)
commit7694bf329d89c15d34e9b58d48de472ec50d537a
tree1754beae1777aeac5a1a64a055937c768d3a67e4
parente3323f57df1f4a44093a2d25fee33513325cbb86
os/exec: use subprocess deadline in TestExtraFiles

Try to get some output even if the subprocess hangs.

For #25628

Change-Id: I4cc0a8f2c52b03a322b8fd0a620cba37b06ff10a
Reviewed-on: https://go-review.googlesource.com/c/go/+/227517
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/os/exec/exec_test.go