Skip to content

Commit

Permalink
go: Scale up test timeouts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dezgeg committed Jan 26, 2018
1 parent 0f5f904 commit 8f0508e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/go/1.9.nix
Expand Up @@ -139,6 +139,8 @@ stdenv.mkDerivation rec {
GO386 = 387; # from Arch: don't assume sse2 on i686
CGO_ENABLED = 1;
GOROOT_BOOTSTRAP = "${goBootstrap}/share/go";
# Hopefully avoids test timeouts on Hydra
GO_TEST_TIMEOUT_SCALE = 3;

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

0 comments on commit 8f0508e

Please sign in to comment.