1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

golangci-lint: increase timeout

This commit is contained in:
Jörg Thalheim 2021-07-03 09:18:15 +02:00
parent 4b156e10c8
commit 45900975cb
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -33,7 +33,7 @@ in rec {
name = "golangci-lint";
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.golangci-lint ];
buildPhase = ''
HOME=$TMPDIR golangci-lint run
HOME=$TMPDIR golangci-lint run --timeout 360s
'';
doCheck = false;
installPhase = ''