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:
parent
41f0c4ad9b
commit
4897591ab1
@ -332,5 +332,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mpl20;
|
||||
timeout = 28800; # eight hours
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user