about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-11-07 13:03:45 +0100
committerVladimír Čunát <v@cunat.cz>2020-11-07 13:03:45 +0100
commitef543fb416353320ba2876754e3d3240d338865e (patch)
tree7085fde3400405e69c78c903a15789a9ea0fe5b2 /pkgs/applications/networking/mailreaders
parent0d657b9c61d1b568584805717f640b2bbc5a9b0e (diff)
parent4897591ab17f05754e8ab94e5a35396c30c84fbe (diff)
Merge #102138: thunderbird: set build timeout at eight hours
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 1f58ec59a7cb7..dd339ef1c1a83 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -332,5 +332,6 @@ stdenv.mkDerivation rec {
     ];
     platforms = platforms.linux;
     license = licenses.mpl20;
+    timeout = 28800; # eight hours
   };
 }