chromium: Increase build timout to two days

This commit is contained in:
Sarah Brofeldt 2018-07-30 12:29:58 +02:00
parent bd05e877dc
commit 7679891e2b

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
};
})