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

This reverts commit ef543fb416, reversing
changes made to 0d657b9c61.
See the parent commit.
This commit is contained in:
Vladimír Čunát
2020-11-14 21:06:48 +01:00
parent 739b762e56
commit 6769ad9f11

View File

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