Skip to content

Commit

Permalink
Revert "thunderbird: set build timeout at eight hours"
Browse files Browse the repository at this point in the history
The default timeout is 10h on Hydra currently, so this timeout
setting is pointless or counterproductive.
This commit seems to have been made in error
#96767 (comment)

This reverts commit 1733d51.
  • Loading branch information
roberth committed Nov 11, 2020
1 parent 1733d51 commit cd3a665
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,5 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
license = licenses.mpl20;
timeout = 28800; # eight hours
};
}

0 comments on commit cd3a665

Please sign in to comment.