Skip to content

Commit 8f0508e

Browse files
committedJan 26, 2018
go: Scale up test timeouts
I can't reproduce the problem on an idle machine where it finishes in 112.954s, so let's hope this works. https://hydra.nixos.org/build/68236758
1 parent 0f5f904 commit 8f0508e

File tree

1 file changed

+2
-0
lines changed
  • pkgs/development/compilers/go

1 file changed

+2
-0
lines changed
 

‎pkgs/development/compilers/go/1.9.nix

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ stdenv.mkDerivation rec {
139139
GO386 = 387; # from Arch: don't assume sse2 on i686
140140
CGO_ENABLED = 1;
141141
GOROOT_BOOTSTRAP = "${goBootstrap}/share/go";
142+
# Hopefully avoids test timeouts on Hydra
143+
GO_TEST_TIMEOUT_SCALE = 3;
142144

143145
# The go build actually checks for CC=*/clang and does something different, so we don't
144146
# just want the generic `cc` here.

0 commit comments

Comments
 (0)
Please sign in to comment.