about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2020-10-30 08:48:15 +0100
committerKonrad Borowski <konrad@borowski.pw>2020-10-30 08:48:15 +0100
commit4897591ab17f05754e8ab94e5a35396c30c84fbe (patch)
treed0734bab002718f8edab934d97bedc75c9085e13 /pkgs/applications/networking/mailreaders
parent41f0c4ad9be314e65e7460d815a7fec2cdcb34cd (diff)
downloadnixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar.gz
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar.bz2
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar.lz
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar.xz
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.tar.zst
nixlib-4897591ab17f05754e8ab94e5a35396c30c84fbe.zip
thunderbird: set build timeout at eight hours
This matches a similar change made to Firefox in #96767.
A lot of code is shared between Firefox and Thunderbird
so it makes sense to increase timeouts for Thunderbird
as well.
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 7494c1138058..d284ca140902 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
   };
 }