From 45900975cbeb3f8a86b8dc77059fdc7a07e20579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 3 Jul 2021 09:18:15 +0200 Subject: [PATCH] golangci-lint: increase timeout --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 607633e..79e7c93 100644 --- a/default.nix +++ b/default.nix @@ -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 = ''