Skip to content

Commit

Permalink
go_1_8: Scale up test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Feb 3, 2018
1 parent b994a6e commit a25e6e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/go/1.8.nix
Expand Up @@ -134,6 +134,9 @@ stdenv.mkDerivation rec {
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.
CC = if stdenv.isDarwin then "clang" else "cc";
Expand Down

0 comments on commit a25e6e1

Please sign in to comment.