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:
parent
4b156e10c8
commit
45900975cb
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue