Skip to content

Commit

Permalink
thunderbird: set build timeout at eight hours
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
KamilaBorowska committed Oct 30, 2020
1 parent 41f0c4a commit 4897591
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -332,5 +332,6 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
timeout = 28800; # eight hours
};
}

0 comments on commit 4897591

Please sign in to comment.