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
(cherry picked from commit 8f0508e)
  • Loading branch information
dezgeg authored and Mic92 committed Apr 4, 2018
1 parent aa63817 commit 121df5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/go/1.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,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 121df5f

Please sign in to comment.