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.
This commit is contained in:
Konrad Borowski 2020-10-30 08:48:15 +01:00
parent 41f0c4ad9b
commit 4897591ab1

@ -332,5 +332,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
timeout = 28800; # eight hours
};
}