Merge #44225: chromium: Increase build timout to two days

This commit is contained in:
Vladimír Čunát 2018-07-30 19:53:25 +02:00
commit 437b604354
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -51,6 +51,6 @@ mkChromiumDerivation (base: rec {
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
timeout = 86400; # 24 hours
timeout = 172800; # 48 hours
};
})