Merge #102138: thunderbird: set build timeout at eight hours

This commit is contained in:
Vladimír Čunát 2020-11-07 13:03:45 +01:00
commit ef543fb416
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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